Color Hex Logo

#dae06b Color Hex

#DAE06B
(218,224,107)
0 Favorites   0 Comments

Color spaces of #dae06b

RGB 218224107
HSL0.180.650.65
HSV63°52°88°
CMYK 0.030.000.52   0.12
XYZ58.222969.278324.2133
Yxy69.27830.38380.4566
Hunter Lab83.2336-20.795941.0156
CIE-Lab86.6417-17.780155.7985

#dae06b color RGB value is (218,224,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 01101011
Octal 332 340 153
Decimal 218 224 107
Hex DA E0 6B

RGB Percentages of Color #dae06b

%39.71
%40.80
%19.49

CMYK Percentages of Color #dae06b

%3
%0
%52
%12

Triadic Colors of #dae06b

#dae06b #6bdae0 #e06bda

Analogous Colors of #dae06b

#dae06b #a0e06b #e0ac6b

Monochromatic Colors of #dae06b

#dae06b

Complementary Color

#dae06b #716be0

#dae06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae06b Color CSS Codes

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

#dae06b Text Font Color

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

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


#dae06b Background Color

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

This div background color is #dae06b


#dae06b Border Color

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

This div border color is #dae06b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,224,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 #dae06b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae06b


Comments

No comments written yet.

Please login to write comment.