Color spaces of #30aebf
RGB | 48 | 174 | 191 |
---|---|---|---|
HSL | 0.52 | 0.60 | 0.47 |
HSV | 187° | 75° | 75° |
CMYK | 0.75 | 0.09 | 0.00 0.25 |
XYZ | 25.7589 | 34.6621 | 54.6230 |
Yxy | 34.6621 | 0.2239 | 0.3013 |
Hunter Lab | 58.8745 | -24.9327 | -13.7963 |
CIE-Lab | 65.4847 | -27.6588 | -18.4254 |
#30aebf color RGB value is (48,174,191).
#30aebf hex color red value is 48, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #30aebf hue: 0.52 , saturation: 0.60 and the lightness value of 30aebf is 0.47.
The process color (four color CMYK) of #30aebf color hex is 0.75, 0.09, 0.00, 0.25. Web safe color of #30aebf is #3399cc. Color #30aebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 10101110 | 10111111 |
Octal | 60 | 256 | 277 |
Decimal | 48 | 174 | 191 |
Hex | 30 | AE | BF |
Shades of #30aebf
Tints of #30aebf
RGB Percentages of Color #30aebf
CMYK Percentages of Color #30aebf
Complementary Color
#30aebf | #bf4130 |
#30aebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30aebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#30aebf Color CSS Codes
.mybgcolor {background-color:#30aebf; } .myforecolor {color:#30aebf; } .mybordercolor {border:3px solid #30aebf; }
#30aebf Text Font Color
<p style="color:#30aebf">Text here</p>
This sample text font color is #30aebf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#30aebf Background Color
<div style="background-color:#30aebf">
Div content here</div>
This div background color is #30aebf
#30aebf Border Color
<div style="border:3px solid #30aebf">
Div here</div>
This div border color is #30aebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,174,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30aebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30aebf; -webkit-box-shadow: 1px 1px 3px 2px #30aebf; box-shadow: 1px 1px 3px 2px #30aebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,174,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30aebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30aebf; -webkit-box-shadow: 1px 1px 3px 2px #30aebf; box-shadow: 1px 1px 3px 2px #30aebf;">
Div content here</div>
This div box has shadow with color #30aebf
Comments
No comments written yet.
Please login to write comment.