Color Hex Logo

#dae472 Color Hex

#DAE472
(218,228,114)
0 Favorites   0 Comments

Color spaces of #dae472

RGB 218228114
HSL0.180.680.67
HSV65°50°89°
CMYK 0.040.000.50   0.11
XYZ59.694171.607126.5949
Yxy71.60710.37810.4535
Hunter Lab84.6210-22.167640.6009
CIE-Lab87.7791-19.136053.9105

#dae472 color RGB value is (218,228,114).

#dae472 hex color red value is 218, green value is 228 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dae472 hue: 0.18 , saturation: 0.68 and the lightness value of dae472 is 0.67.

The process color (four color CMYK) of #dae472 color hex is 0.04, 0.00, 0.50, 0.11. Web safe color of #dae472 is #cccc66. Color #dae472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 01110010
Octal 332 344 162
Decimal 218 228 114
Hex DA E4 72

RGB Percentages of Color #dae472

%38.93
%40.71
%20.36

CMYK Percentages of Color #dae472

%4
%0
%50
%11

Triadic Colors of #dae472

#dae472 #72dae4 #e472da

Analogous Colors of #dae472

#dae472 #a1e472 #e4b572

Monochromatic Colors of #dae472

#dae472

Complementary Color

#dae472 #7c72e4

#dae472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae472 Color CSS Codes

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

#dae472 Text Font Color

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

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


#dae472 Background Color

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

This div background color is #dae472


#dae472 Border Color

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

This div border color is #dae472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae472


Comments

No comments written yet.

Please login to write comment.