Color Hex Logo

#dae126 Color Hex

#DAE126
(218,225,38)
0 Favorites   0 Comments

Color spaces of #dae126

RGB 21822538
HSL0.170.760.52
HSV62°83°88°
CMYK 0.030.000.83   0.12
XYZ56.188568.895812.1705
Yxy68.89580.40940.5020
Hunter Lab83.0035-24.422149.4090
CIE-Lab86.4524-21.969080.3007

#dae126 color RGB value is (218,225,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 00100110
Octal 332 341 46
Decimal 218 225 38
Hex DA E1 26

RGB Percentages of Color #dae126

%45.32
%46.78
%7.90

CMYK Percentages of Color #dae126

%3
%0
%83
%12

Triadic Colors of #dae126

#dae126 #26dae1 #e126da

Analogous Colors of #dae126

#dae126 #7de126 #e18b26

Monochromatic Colors of #dae126

#dae126

Complementary Color

#dae126 #2d26e1

#dae126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae126 Color CSS Codes

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

#dae126 Text Font Color

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

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


#dae126 Background Color

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

This div background color is #dae126


#dae126 Border Color

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

This div border color is #dae126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae126


Comments

No comments written yet.

Please login to write comment.