Color Hex Logo

#dae68a Color Hex

#DAE68A
(218,230,138)
0 Favorites   0 Comments

Color spaces of #dae68a

RGB 218230138
HSL0.190.650.72
HSV68°40°90°
CMYK 0.050.000.40   0.10
XYZ61.797773.334034.9426
Yxy73.33400.36340.4312
Hunter Lab85.6353-21.049335.7520
CIE-Lab88.6068-17.731643.4276

#dae68a color RGB value is (218,230,138).

#dae68a hex color red value is 218, green value is 230 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dae68a hue: 0.19 , saturation: 0.65 and the lightness value of dae68a is 0.72.

The process color (four color CMYK) of #dae68a color hex is 0.05, 0.00, 0.40, 0.10. Web safe color of #dae68a is #ccff99. Color #dae68a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 10001010
Octal 332 346 212
Decimal 218 230 138
Hex DA E6 8A

RGB Percentages of Color #dae68a

%37.20
%39.25
%23.55

CMYK Percentages of Color #dae68a

%5
%0
%40
%10

Triadic Colors of #dae68a

#dae68a #8adae6 #e68ada

Analogous Colors of #dae68a

#dae68a #ace68a #e6c48a

Monochromatic Colors of #dae68a

#dae68a

Complementary Color

#dae68a #968ae6

#dae68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae68a Color CSS Codes

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

#dae68a Text Font Color

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

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


#dae68a Background Color

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

This div background color is #dae68a


#dae68a Border Color

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

This div border color is #dae68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae68a


Comments

No comments written yet.

Please login to write comment.