color codes Logo

#dae16b color codes

#DAE16B
(218,225,107)
0 Favorites   0 Comments

Color spaces of #dae16b

RGB 218225107
HSL0.180.660.65
HSV64°52°88°
CMYK 0.030.000.52   0.12
XYZ58.492569.817424.3031
Yxy69.81740.38330.4575
Hunter Lab83.5568-21.268641.2448
CIE-Lab86.9072-18.270356.1068

#dae16b color RGB value is (218,225,107).

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

The process color (four color CMYK) of #dae16b color code is 0.03, 0.00, 0.52, 0.12. Web safe color of #dae16b is #cccc66. Color #dae16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 01101011
Octal 332 341 153
Decimal 218 225 107
Hex DA E1 6B

RGB Percentages of Color #dae16b

%39.64
%40.91
%19.45

CMYK Percentages of Color #dae16b

%3
%0
%52
%12

Triadic Colors of #dae16b

#dae16b #6bdae1 #e16bda

Analogous Colors of #dae16b

#dae16b #9fe16b #e1ad6b

Monochromatic Colors of #dae16b

#dae16b

Complementary Color

#dae16b #726be1

#dae16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae16b Color CSS Codes

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

#dae16b Text Font Color

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

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


#dae16b Background Color

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

This div background color is #dae16b


#dae16b Border Color

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

This div border color is #dae16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae16b


Comments

No comments written yet.

Please login to write comment.