color codes Logo

#dae77c color codes

#DAE77C
(218,231,124)
0 Favorites   0 Comments

Color spaces of #dae77c

RGB 218231124
HSL0.190.690.70
HSV67°46°91°
CMYK 0.060.000.46   0.09
XYZ61.127473.512530.0364
Yxy73.51250.37120.4464
Hunter Lab85.7394-22.783539.2470
CIE-Lab88.6916-19.669050.3082

#dae77c color RGB value is (218,231,124).

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

The process color (four color CMYK) of #dae77c color code is 0.06, 0.00, 0.46, 0.09. Web safe color of #dae77c is #ccff66. Color #dae77c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 01111100
Octal 332 347 174
Decimal 218 231 124
Hex DA E7 7C

RGB Percentages of Color #dae77c

%38.05
%40.31
%21.64

CMYK Percentages of Color #dae77c

%6
%0
%46
%9

Triadic Colors of #dae77c

#dae77c #7cdae7 #e77cda

Analogous Colors of #dae77c

#dae77c #a5e77c #e7bf7c

Monochromatic Colors of #dae77c

#dae77c

Complementary Color

#dae77c #897ce7

#dae77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae77c Color CSS Codes

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

#dae77c Text Font Color

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

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


#dae77c Background Color

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

This div background color is #dae77c


#dae77c Border Color

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

This div border color is #dae77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae77c


Comments

No comments written yet.

Please login to write comment.