Color Hex Logo

#dae410 Color Hex

#DAE410
(218,228,16)
0 Favorites   0 Comments

Color spaces of #dae410

RGB 21822816
HSL0.170.870.48
HSV63°93°89°
CMYK 0.040.000.93   0.11
XYZ56.750470.429611.0934
Yxy70.42960.41040.5094
Hunter Lab83.9223-26.157950.9083
CIE-Lab87.2071-23.827984.5323

#dae410 color RGB value is (218,228,16).

#dae410 hex color red value is 218, green value is 228 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dae410 hue: 0.17 , saturation: 0.87 and the lightness value of dae410 is 0.48.

The process color (four color CMYK) of #dae410 color hex is 0.04, 0.00, 0.93, 0.11. Web safe color of #dae410 is #cccc00. Color #dae410 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 00010000
Octal 332 344 20
Decimal 218 228 16
Hex DA E4 10

RGB Percentages of Color #dae410

%47.19
%49.35
%3.46

CMYK Percentages of Color #dae410

%4
%0
%93
%11

Triadic Colors of #dae410

#dae410 #10dae4 #e410da

Analogous Colors of #dae410

#dae410 #70e410 #e48410

Monochromatic Colors of #dae410

#dae410

Complementary Color

#dae410 #1a10e4

#dae410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae410 Color CSS Codes

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

#dae410 Text Font Color

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

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


#dae410 Background Color

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

This div background color is #dae410


#dae410 Border Color

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

This div border color is #dae410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae410


Comments

No comments written yet.

Please login to write comment.