Color spaces of #74aeff
RGB | 116 | 174 | 255 |
---|---|---|---|
HSL | 0.60 | 1.00 | 0.73 |
HSV | 215° | 55° | 100° |
CMYK | 0.55 | 0.32 | 0.00 0.00 |
XYZ | 40.3885 | 41.2051 | 100.4324 |
Yxy | 41.2051 | 0.2219 | 0.2264 |
Hunter Lab | 64.1912 | -0.0241 | -47.8302 |
CIE-Lab | 70.3194 | 3.8373 | -45.8594 |
#74aeff color RGB value is (116,174,255).
#74aeff hex color red value is 116, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #74aeff hue: 0.60 , saturation: 1.00 and the lightness value of 74aeff is 0.73.
The process color (four color CMYK) of #74aeff color hex is 0.55, 0.32, 0.00, 0.00. Web safe color of #74aeff is #6699ff. Color #74aeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10101110 | 11111111 |
Octal | 164 | 256 | 377 |
Decimal | 116 | 174 | 255 |
Hex | 74 | AE | FF |
Shades of #74aeff
Tints of #74aeff
RGB Percentages of Color #74aeff
CMYK Percentages of Color #74aeff
Complementary Color
#74aeff | #ffc574 |
#74aeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74aeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#74aeff Color CSS Codes
.mybgcolor {background-color:#74aeff; } .myforecolor {color:#74aeff; } .mybordercolor {border:3px solid #74aeff; }
#74aeff Text Font Color
<p style="color:#74aeff">Text here</p>
This sample text font color is #74aeff
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.
#74aeff Background Color
<div style="background-color:#74aeff">
Div content here</div>
This div background color is #74aeff
#74aeff Border Color
<div style="border:3px solid #74aeff">
Div here</div>
This div border color is #74aeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,174,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74aeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74aeff; -webkit-box-shadow: 1px 1px 3px 2px #74aeff; box-shadow: 1px 1px 3px 2px #74aeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,174,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74aeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74aeff; -webkit-box-shadow: 1px 1px 3px 2px #74aeff; box-shadow: 1px 1px 3px 2px #74aeff;">
Div content here</div>
This div box has shadow with color #74aeff
#74aeff Color Palettes
Comments
No comments written yet.
Please login to write comment.