Color Hex Logo

#dae565 Color Hex

#DAE565
(218,229,101)
0 Favorites   0 Comments

Color spaces of #dae565

RGB 218229101
HSL0.180.710.65
HSV65°56°90°
CMYK 0.050.000.56   0.10
XYZ59.281771.883623.0624
Yxy71.88360.38440.4661
Hunter Lab84.7842-23.563943.2213
CIE-Lab87.9125-20.699359.9407

#dae565 color RGB value is (218,229,101).

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

The process color (four color CMYK) of #dae565 color hex is 0.05, 0.00, 0.56, 0.10. Web safe color of #dae565 is #cccc66. Color #dae565 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 01100101
Octal 332 345 145
Decimal 218 229 101
Hex DA E5 65

RGB Percentages of Color #dae565

%39.78
%41.79
%18.43

CMYK Percentages of Color #dae565

%5
%0
%56
%10

Triadic Colors of #dae565

#dae565 #65dae5 #e565da

Analogous Colors of #dae565

#dae565 #9ae565 #e5b065

Monochromatic Colors of #dae565

#dae565

Complementary Color

#dae565 #7065e5

#dae565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae565 Color CSS Codes

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

#dae565 Text Font Color

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

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


#dae565 Background Color

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

This div background color is #dae565


#dae565 Border Color

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

This div border color is #dae565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae565


Comments

No comments written yet.

Please login to write comment.