Color spaces of #74afeb
RGB | 116 | 175 | 235 |
---|---|---|---|
HSL | 0.58 | 0.75 | 0.69 |
HSV | 210° | 51° | 92° |
CMYK | 0.51 | 0.26 | 0.00 0.08 |
XYZ | 37.5278 | 40.3711 | 84.4117 |
Yxy | 40.3711 | 0.2312 | 0.2487 |
Hunter Lab | 63.5383 | -5.7639 | -34.2910 |
CIE-Lab | 69.7330 | -2.7286 | -35.9133 |
#74afeb color RGB value is (116,175,235).
#74afeb hex color red value is 116, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #74afeb hue: 0.58 , saturation: 0.75 and the lightness value of 74afeb is 0.69.
The process color (four color CMYK) of #74afeb color hex is 0.51, 0.26, 0.00, 0.08. Web safe color of #74afeb is #6699ff. Color #74afeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10101111 | 11101011 |
Octal | 164 | 257 | 353 |
Decimal | 116 | 175 | 235 |
Hex | 74 | AF | EB |
Shades of #74afeb
Tints of #74afeb
RGB Percentages of Color #74afeb
CMYK Percentages of Color #74afeb
Complementary Color
#74afeb | #ebb074 |
#74afeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74afeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#74afeb Color CSS Codes
.mybgcolor {background-color:#74afeb; } .myforecolor {color:#74afeb; } .mybordercolor {border:3px solid #74afeb; }
#74afeb Text Font Color
<p style="color:#74afeb">Text here</p>
This sample text font color is #74afeb
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.
#74afeb Background Color
<div style="background-color:#74afeb">
Div content here</div>
This div background color is #74afeb
#74afeb Border Color
<div style="border:3px solid #74afeb">
Div here</div>
This div border color is #74afeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,175,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74afeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74afeb; -webkit-box-shadow: 1px 1px 3px 2px #74afeb; box-shadow: 1px 1px 3px 2px #74afeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,175,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74afeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74afeb; -webkit-box-shadow: 1px 1px 3px 2px #74afeb; box-shadow: 1px 1px 3px 2px #74afeb;">
Div content here</div>
This div box has shadow with color #74afeb
Comments
No comments written yet.
Please login to write comment.