Color Hex Logo

#dae78b Color Hex

#DAE78B
(218,231,139)
0 Favorites   0 Comments

Color spaces of #dae78b

RGB 218231139
HSL0.190.660.73
HSV68°40°91°
CMYK 0.060.000.40   0.09
XYZ62.149673.921335.4187
Yxy73.92130.36240.4311
Hunter Lab85.9775-21.430335.7595
CIE-Lab88.8853-18.111443.2887

#dae78b color RGB value is (218,231,139).

#dae78b hex color red value is 218, green value is 231 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dae78b hue: 0.19 , saturation: 0.66 and the lightness value of dae78b is 0.73.

The process color (four color CMYK) of #dae78b color hex is 0.06, 0.00, 0.40, 0.09. Web safe color of #dae78b is #ccff99. Color #dae78b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 10001011
Octal 332 347 213
Decimal 218 231 139
Hex DA E7 8B

RGB Percentages of Color #dae78b

%37.07
%39.29
%23.64

CMYK Percentages of Color #dae78b

%6
%0
%40
%9

Triadic Colors of #dae78b

#dae78b #8bdae7 #e78bda

Analogous Colors of #dae78b

#dae78b #ace78b #e7c68b

Monochromatic Colors of #dae78b

#dae78b

Complementary Color

#dae78b #988be7

#dae78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae78b Color CSS Codes

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

#dae78b Text Font Color

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

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


#dae78b Background Color

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

This div background color is #dae78b


#dae78b Border Color

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

This div border color is #dae78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae78b


Comments

No comments written yet.

Please login to write comment.