Color Hex Logo

#dae81e Color Hex

#DAE81E
(218,232,30)
0 Favorites   0 Comments

Color spaces of #dae81e

RGB 21823230
HSL0.180.810.51
HSV64°87°91°
CMYK 0.060.000.87   0.09
XYZ58.004472.712412.2060
Yxy72.71240.40580.5088
Hunter Lab85.2716-27.803951.2032
CIE-Lab88.3104-25.504683.4105

#dae81e color RGB value is (218,232,30).

#dae81e hex color red value is 218, green value is 232 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dae81e hue: 0.18 , saturation: 0.81 and the lightness value of dae81e is 0.51.

The process color (four color CMYK) of #dae81e color hex is 0.06, 0.00, 0.87, 0.09. Web safe color of #dae81e is #ccff33. Color #dae81e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 00011110
Octal 332 350 36
Decimal 218 232 30
Hex DA E8 1E

RGB Percentages of Color #dae81e

%45.42
%48.33
%6.25

CMYK Percentages of Color #dae81e

%6
%0
%87
%9

Triadic Colors of #dae81e

#dae81e #1edae8 #e81eda

Analogous Colors of #dae81e

#dae81e #75e81e #e8911e

Monochromatic Colors of #dae81e

#dae81e

Complementary Color

#dae81e #2c1ee8

#dae81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae81e Color CSS Codes

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

#dae81e Text Font Color

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

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


#dae81e Background Color

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

This div background color is #dae81e


#dae81e Border Color

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

This div border color is #dae81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae81e


Comments

No comments written yet.

Please login to write comment.