Color Hex Logo

#dae43a Color Hex

#DAE43A
(218,228,58)
0 Favorites   0 Comments

Color spaces of #dae43a

RGB 21822858
HSL0.180.760.56
HSV64°75°89°
CMYK 0.040.000.75   0.11
XYZ57.420670.697714.6226
Yxy70.69770.40230.4953
Hunter Lab84.0819-25.243548.5463
CIE-Lab87.3379-22.740775.7488

#dae43a color RGB value is (218,228,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 00111010
Octal 332 344 72
Decimal 218 228 58
Hex DA E4 3A

RGB Percentages of Color #dae43a

%43.25
%45.24
%11.51

CMYK Percentages of Color #dae43a

%4
%0
%75
%11

Triadic Colors of #dae43a

#dae43a #3adae4 #e43ada

Analogous Colors of #dae43a

#dae43a #85e43a #e4993a

Monochromatic Colors of #dae43a

#dae43a

Complementary Color

#dae43a #443ae4

#dae43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae43a Color CSS Codes

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

#dae43a Text Font Color

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

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


#dae43a Background Color

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

This div background color is #dae43a


#dae43a Border Color

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

This div border color is #dae43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae43a


Comments

No comments written yet.

Please login to write comment.