Color Hex Logo

#dae95e Color Hex

#DAE95E
(218,233,94)
0 Favorites   0 Comments

Color spaces of #dae95e

RGB 21823394
HSL0.180.760.64
HSV66°60°91°
CMYK 0.060.000.60   0.09
XYZ60.072773.991421.7053
Yxy73.99140.38570.4750
Hunter Lab86.0183-25.872645.2519
CIE-Lab88.9184-23.143464.0609

#dae95e color RGB value is (218,233,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 01011110
Octal 332 351 136
Decimal 218 233 94
Hex DA E9 5E

RGB Percentages of Color #dae95e

%40.00
%42.75
%17.25

CMYK Percentages of Color #dae95e

%6
%0
%60
%9

Triadic Colors of #dae95e

#dae95e #5edae9 #e95eda

Analogous Colors of #dae95e

#dae95e #95e95e #e9b35e

Monochromatic Colors of #dae95e

#dae95e

Complementary Color

#dae95e #6d5ee9

#dae95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae95e Color CSS Codes

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

#dae95e Text Font Color

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

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


#dae95e Background Color

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

This div background color is #dae95e


#dae95e Border Color

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

This div border color is #dae95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae95e


Comments

No comments written yet.

Please login to write comment.