Color Hex Logo

#dae72b Color Hex

#DAE72B
(218,231,43)
0 Favorites   0 Comments

Color spaces of #dae72b

RGB 21823143
HSL0.180.800.54
HSV64°81°91°
CMYK 0.060.000.81   0.09
XYZ57.925472.231713.1746
Yxy72.23170.40410.5039
Hunter Lab84.9892-27.072450.3016
CIE-Lab88.0800-24.704380.5271

#dae72b color RGB value is (218,231,43).

#dae72b hex color red value is 218, green value is 231 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dae72b hue: 0.18 , saturation: 0.80 and the lightness value of dae72b is 0.54.

The process color (four color CMYK) of #dae72b color hex is 0.06, 0.00, 0.81, 0.09. Web safe color of #dae72b is #ccff33. Color #dae72b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 00101011
Octal 332 347 53
Decimal 218 231 43
Hex DA E7 2B

RGB Percentages of Color #dae72b

%44.31
%46.95
%8.74

CMYK Percentages of Color #dae72b

%6
%0
%81
%9

Triadic Colors of #dae72b

#dae72b #2bdae7 #e72bda

Analogous Colors of #dae72b

#dae72b #7ce72b #e7962b

Monochromatic Colors of #dae72b

#dae72b

Complementary Color

#dae72b #382be7

#dae72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae72b Color CSS Codes

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

#dae72b Text Font Color

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

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


#dae72b Background Color

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

This div background color is #dae72b


#dae72b Border Color

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

This div border color is #dae72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae72b


Comments

No comments written yet.

Please login to write comment.