Color spaces of #74adee
RGB | 116 | 173 | 238 |
---|---|---|---|
HSL | 0.59 | 0.78 | 0.69 |
HSV | 212° | 51° | 93° |
CMYK | 0.51 | 0.27 | 0.00 0.07 |
XYZ | 37.5786 | 39.7732 | 86.5853 |
Yxy | 39.7732 | 0.2292 | 0.2426 |
Hunter Lab | 63.0660 | -4.0042 | -37.2549 |
CIE-Lab | 69.3077 | -0.7298 | -38.2104 |
#74adee color RGB value is (116,173,238).
#74adee hex color red value is 116, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #74adee hue: 0.59 , saturation: 0.78 and the lightness value of 74adee is 0.69.
The process color (four color CMYK) of #74adee color hex is 0.51, 0.27, 0.00, 0.07. Web safe color of #74adee is #6699ff. Color #74adee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10101101 | 11101110 |
Octal | 164 | 255 | 356 |
Decimal | 116 | 173 | 238 |
Hex | 74 | AD | EE |
Shades of #74adee
Tints of #74adee
RGB Percentages of Color #74adee
CMYK Percentages of Color #74adee
Complementary Color
#74adee | #eeb574 |
#74adee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74adee Color Preview on White Background
Lorem ipsum dolor sit amet.
#74adee Color CSS Codes
.mybgcolor {background-color:#74adee; } .myforecolor {color:#74adee; } .mybordercolor {border:3px solid #74adee; }
#74adee Text Font Color
<p style="color:#74adee">Text here</p>
This sample text font color is #74adee
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.
#74adee Background Color
<div style="background-color:#74adee">
Div content here</div>
This div background color is #74adee
#74adee Border Color
<div style="border:3px solid #74adee">
Div here</div>
This div border color is #74adee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,173,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74adee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74adee; -webkit-box-shadow: 1px 1px 3px 2px #74adee; box-shadow: 1px 1px 3px 2px #74adee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,173,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74adee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74adee; -webkit-box-shadow: 1px 1px 3px 2px #74adee; box-shadow: 1px 1px 3px 2px #74adee;">
Div content here</div>
This div box has shadow with color #74adee
Comments
No comments written yet.
Please login to write comment.