Color Hex Logo

#dae43b Color Hex

#DAE43B
(218,228,59)
0 Favorites   0 Comments

Color spaces of #dae43b

RGB 21822859
HSL0.180.760.56
HSV64°74°89°
CMYK 0.040.000.74   0.11
XYZ57.446370.708014.7579
Yxy70.70800.40200.4948
Hunter Lab84.0880-25.208548.4559
CIE-Lab87.3429-22.699375.4426

#dae43b color RGB value is (218,228,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 00111011
Octal 332 344 73
Decimal 218 228 59
Hex DA E4 3B

RGB Percentages of Color #dae43b

%43.17
%45.15
%11.68

CMYK Percentages of Color #dae43b

%4
%0
%74
%11

Triadic Colors of #dae43b

#dae43b #3bdae4 #e43bda

Analogous Colors of #dae43b

#dae43b #86e43b #e49a3b

Monochromatic Colors of #dae43b

#dae43b

Complementary Color

#dae43b #453be4

#dae43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae43b Color CSS Codes

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

#dae43b Text Font Color

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

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


#dae43b Background Color

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

This div background color is #dae43b


#dae43b Border Color

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

This div border color is #dae43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae43b


Comments

No comments written yet.

Please login to write comment.