Color Hex Logo

#dae95f Color Hex

#DAE95F
(218,233,95)
0 Favorites   0 Comments

Color spaces of #dae95f

RGB 21823395
HSL0.180.760.64
HSV67°59°91°
CMYK 0.060.000.59   0.09
XYZ60.117974.009521.9432
Yxy74.00950.38520.4742
Hunter Lab86.0288-25.812545.0972
CIE-Lab88.9270-23.072763.6504

#dae95f color RGB value is (218,233,95).

#dae95f hex color red value is 218, green value is 233 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dae95f hue: 0.18 , saturation: 0.76 and the lightness value of dae95f is 0.64.

The process color (four color CMYK) of #dae95f color hex is 0.06, 0.00, 0.59, 0.09. Web safe color of #dae95f is #ccff66. Color #dae95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 01011111
Octal 332 351 137
Decimal 218 233 95
Hex DA E9 5F

RGB Percentages of Color #dae95f

%39.93
%42.67
%17.40

CMYK Percentages of Color #dae95f

%6
%0
%59
%9

Triadic Colors of #dae95f

#dae95f #5fdae9 #e95fda

Analogous Colors of #dae95f

#dae95f #95e95f #e9b35f

Monochromatic Colors of #dae95f

#dae95f

Complementary Color

#dae95f #6e5fe9

#dae95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae95f Color CSS Codes

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

#dae95f Text Font Color

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

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


#dae95f Background Color

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

This div background color is #dae95f


#dae95f Border Color

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

This div border color is #dae95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae95f


Comments

No comments written yet.

Please login to write comment.