Color Hex Logo

#dae855 Color Hex

#DAE855
(218,232,85)
0 Favorites   0 Comments

Color spaces of #dae855

RGB 21823285
HSL0.180.760.62
HSV66°63°91°
CMYK 0.060.000.63   0.09
XYZ59.409773.274519.6065
Yxy73.27450.39010.4811
Hunter Lab85.6005-25.915846.3402
CIE-Lab88.5785-23.262567.3689

#dae855 color RGB value is (218,232,85).

#dae855 hex color red value is 218, green value is 232 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dae855 hue: 0.18 , saturation: 0.76 and the lightness value of dae855 is 0.62.

The process color (four color CMYK) of #dae855 color hex is 0.06, 0.00, 0.63, 0.09. Web safe color of #dae855 is #ccff66. Color #dae855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 01010101
Octal 332 350 125
Decimal 218 232 85
Hex DA E8 55

RGB Percentages of Color #dae855

%40.75
%43.36
%15.89

CMYK Percentages of Color #dae855

%6
%0
%63
%9

Triadic Colors of #dae855

#dae855 #55dae8 #e855da

Analogous Colors of #dae855

#dae855 #91e855 #e8ad55

Monochromatic Colors of #dae855

#dae855

Complementary Color

#dae855 #6355e8

#dae855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae855 Color CSS Codes

.mybgcolor {background-color:#dae855; } 
.myforecolor {color:#dae855; }
.mybordercolor {border:3px solid #dae855; }

#dae855 Text Font Color

<p style="color:#dae855">Text here</p>

This sample text font color is #dae855
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.


#dae855 Background Color

<div style="background-color:#dae855">
Div content here</div>

This div background color is #dae855


#dae855 Border Color

<div style="border:3px solid #dae855">
Div here</div>

This div border color is #dae855


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,232,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dae855; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dae855;
  -webkit-box-shadow: 1px 1px 3px 2px #dae855;
  box-shadow:         1px 1px 3px 2px #dae855; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,232,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dae855">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dae855;
  -webkit-box-shadow: 1px 1px 3px 2px #dae855;
  box-shadow:         1px 1px 3px 2px #dae855;">
Div content here</div>

This div box has shadow with color #dae855


Comments

No comments written yet.

Please login to write comment.