Color Hex Logo

#dae13a Color Hex

#DAE13A
(218,225,58)
0 Favorites   0 Comments

Color spaces of #dae13a

RGB 21822558
HSL0.170.740.55
HSV63°74°88°
CMYK 0.030.000.74   0.12
XYZ56.602469.061314.3499
Yxy69.06130.40430.4932
Hunter Lab83.1031-23.852347.9342
CIE-Lab86.5344-21.294575.0041

#dae13a color RGB value is (218,225,58).

#dae13a hex color red value is 218, green value is 225 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dae13a hue: 0.17 , saturation: 0.74 and the lightness value of dae13a is 0.55.

The process color (four color CMYK) of #dae13a color hex is 0.03, 0.00, 0.74, 0.12. Web safe color of #dae13a is #cccc33. Color #dae13a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 00111010
Octal 332 341 72
Decimal 218 225 58
Hex DA E1 3A

RGB Percentages of Color #dae13a

%43.51
%44.91
%11.58

CMYK Percentages of Color #dae13a

%3
%0
%74
%12

Triadic Colors of #dae13a

#dae13a #3adae1 #e13ada

Analogous Colors of #dae13a

#dae13a #87e13a #e1953a

Monochromatic Colors of #dae13a

#dae13a

Complementary Color

#dae13a #413ae1

#dae13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae13a Color CSS Codes

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

#dae13a Text Font Color

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

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


#dae13a Background Color

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

This div background color is #dae13a


#dae13a Border Color

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

This div border color is #dae13a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,225,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 #dae13a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae13a


Comments

No comments written yet.

Please login to write comment.