Color Hex Logo

#dae137 Color Hex

#DAE137
(218,225,55)
0 Favorites   0 Comments

Color spaces of #dae137

RGB 21822555
HSL0.170.740.55
HSV62°76°88°
CMYK 0.030.000.76   0.12
XYZ56.528269.031713.9595
Yxy69.03170.40520.4948
Hunter Lab83.0853-23.954548.1982
CIE-Lab86.5197-21.415275.9103

#dae137 color RGB value is (218,225,55).

#dae137 hex color red value is 218, green value is 225 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dae137 hue: 0.17 , saturation: 0.74 and the lightness value of dae137 is 0.55.

The process color (four color CMYK) of #dae137 color hex is 0.03, 0.00, 0.76, 0.12. Web safe color of #dae137 is #cccc33. Color #dae137 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 00110111
Octal 332 341 67
Decimal 218 225 55
Hex DA E1 37

RGB Percentages of Color #dae137

%43.78
%45.18
%11.04

CMYK Percentages of Color #dae137

%3
%0
%76
%12

Triadic Colors of #dae137

#dae137 #37dae1 #e137da

Analogous Colors of #dae137

#dae137 #85e137 #e19337

Monochromatic Colors of #dae137

#dae137

Complementary Color

#dae137 #3e37e1

#dae137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae137 Color CSS Codes

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

#dae137 Text Font Color

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

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


#dae137 Background Color

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

This div background color is #dae137


#dae137 Border Color

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

This div border color is #dae137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae137


Comments

No comments written yet.

Please login to write comment.