Color Hex Logo

#dae46a Color Hex

#DAE46A
(218,228,106)
0 Favorites   0 Comments

Color spaces of #dae46a

RGB 218228106
HSL0.180.690.65
HSV65°54°89°
CMYK 0.040.000.54   0.11
XYZ59.258471.432824.3003
Yxy71.43280.38230.4609
Hunter Lab84.5179-22.753942.1157
CIE-Lab87.6949-19.817057.4694

#dae46a color RGB value is (218,228,106).

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

The process color (four color CMYK) of #dae46a color hex is 0.04, 0.00, 0.54, 0.11. Web safe color of #dae46a is #cccc66. Color #dae46a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 01101010
Octal 332 344 152
Decimal 218 228 106
Hex DA E4 6A

RGB Percentages of Color #dae46a

%39.49
%41.30
%19.20

CMYK Percentages of Color #dae46a

%4
%0
%54
%11

Triadic Colors of #dae46a

#dae46a #6adae4 #e46ada

Analogous Colors of #dae46a

#dae46a #9de46a #e4b16a

Monochromatic Colors of #dae46a

#dae46a

Complementary Color

#dae46a #746ae4

#dae46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae46a Color CSS Codes

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

#dae46a Text Font Color

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

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


#dae46a Background Color

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

This div background color is #dae46a


#dae46a Border Color

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

This div border color is #dae46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae46a


Comments

No comments written yet.

Please login to write comment.