Color Hex Logo

#dae443 Color Hex

#DAE443
(218,228,67)
0 Favorites   0 Comments

Color spaces of #dae443

RGB 21822867
HSL0.180.750.58
HSV64°71°89°
CMYK 0.040.000.71   0.11
XYZ57.670070.797515.9359
Yxy70.79750.39940.4903
Hunter Lab84.1413-24.904247.6697
CIE-Lab87.3865-22.339272.8539

#dae443 color RGB value is (218,228,67).

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

The process color (four color CMYK) of #dae443 color hex is 0.04, 0.00, 0.71, 0.11. Web safe color of #dae443 is #cccc33. Color #dae443 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 01000011
Octal 332 344 103
Decimal 218 228 67
Hex DA E4 43

RGB Percentages of Color #dae443

%42.50
%44.44
%13.06

CMYK Percentages of Color #dae443

%4
%0
%71
%11

Triadic Colors of #dae443

#dae443 #43dae4 #e443da

Analogous Colors of #dae443

#dae443 #8ae443 #e49e43

Monochromatic Colors of #dae443

#dae443

Complementary Color

#dae443 #4d43e4

#dae443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae443 Color CSS Codes

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

#dae443 Text Font Color

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

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


#dae443 Background Color

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

This div background color is #dae443


#dae443 Border Color

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

This div border color is #dae443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae443


Comments

No comments written yet.

Please login to write comment.