Color spaces of #4daebe
RGB | 77 | 174 | 190 |
---|---|---|---|
HSL | 0.52 | 0.47 | 0.52 |
HSV | 188° | 59° | 75° |
CMYK | 0.59 | 0.08 | 0.00 0.25 |
XYZ | 27.4909 | 35.5676 | 54.1315 |
Yxy | 35.5676 | 0.2346 | 0.3035 |
Hunter Lab | 59.6386 | -22.0864 | -12.0681 |
CIE-Lab | 66.1882 | -23.5956 | -16.7344 |
#4daebe color RGB value is (77,174,190).
#4daebe hex color red value is 77, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4daebe hue: 0.52 , saturation: 0.47 and the lightness value of 4daebe is 0.52.
The process color (four color CMYK) of #4daebe color hex is 0.59, 0.08, 0.00, 0.25. Web safe color of #4daebe is #6699cc. Color #4daebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 10101110 | 10111110 |
Octal | 115 | 256 | 276 |
Decimal | 77 | 174 | 190 |
Hex | 4D | AE | BE |
Shades of #4daebe
Tints of #4daebe
RGB Percentages of Color #4daebe
CMYK Percentages of Color #4daebe
Complementary Color
#4daebe | #be5d4d |
#4daebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4daebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#4daebe Color CSS Codes
.mybgcolor {background-color:#4daebe; } .myforecolor {color:#4daebe; } .mybordercolor {border:3px solid #4daebe; }
#4daebe Text Font Color
<p style="color:#4daebe">Text here</p>
This sample text font color is #4daebe
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.
#4daebe Background Color
<div style="background-color:#4daebe">
Div content here</div>
This div background color is #4daebe
#4daebe Border Color
<div style="border:3px solid #4daebe">
Div here</div>
This div border color is #4daebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,174,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4daebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4daebe; -webkit-box-shadow: 1px 1px 3px 2px #4daebe; box-shadow: 1px 1px 3px 2px #4daebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,174,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4daebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4daebe; -webkit-box-shadow: 1px 1px 3px 2px #4daebe; box-shadow: 1px 1px 3px 2px #4daebe;">
Div content here</div>
This div box has shadow with color #4daebe
Comments
No comments written yet.
Please login to write comment.