Color Hex Logo

#dae862 Color Hex

#DAE862
(218,232,98)
0 Favorites   0 Comments

Color spaces of #dae862

RGB 21823298
HSL0.180.740.65
HSV66°58°91°
CMYK 0.060.000.58   0.09
XYZ59.974773.500522.5813
Yxy73.50050.38430.4710
Hunter Lab85.7324-25.160944.3961
CIE-Lab88.6859-22.374562.1089

#dae862 color RGB value is (218,232,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 01100010
Octal 332 350 142
Decimal 218 232 98
Hex DA E8 62

RGB Percentages of Color #dae862

%39.78
%42.34
%17.88

CMYK Percentages of Color #dae862

%6
%0
%58
%9

Triadic Colors of #dae862

#dae862 #62dae8 #e862da

Analogous Colors of #dae862

#dae862 #97e862 #e8b362

Monochromatic Colors of #dae862

#dae862

Complementary Color

#dae862 #7062e8

#dae862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae862 Color CSS Codes

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

#dae862 Text Font Color

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

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


#dae862 Background Color

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

This div background color is #dae862


#dae862 Border Color

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

This div border color is #dae862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae862


Comments

No comments written yet.

Please login to write comment.