Color Hex Logo

#daea1e Color Hex

#DAEA1E
(218,234,30)
0 Favorites   0 Comments

Color spaces of #daea1e

RGB 21823430
HSL0.180.830.52
HSV65°87°92°
CMYK 0.070.000.87   0.08
XYZ58.570673.844812.3948
Yxy73.84480.40450.5099
Hunter Lab85.9330-28.719951.6012
CIE-Lab88.8491-26.451283.8447

#daea1e color RGB value is (218,234,30).

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

The process color (four color CMYK) of #daea1e color hex is 0.07, 0.00, 0.87, 0.08. Web safe color of #daea1e is #ccff33. Color #daea1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 00011110
Octal 332 352 36
Decimal 218 234 30
Hex DA EA 1E

RGB Percentages of Color #daea1e

%45.23
%48.55
%6.22

CMYK Percentages of Color #daea1e

%7
%0
%87
%8

Triadic Colors of #daea1e

#daea1e #1edaea #ea1eda

Analogous Colors of #daea1e

#daea1e #74ea1e #ea941e

Monochromatic Colors of #daea1e

#daea1e

Complementary Color

#daea1e #2e1eea

#daea1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea1e Color CSS Codes

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

#daea1e Text Font Color

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

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


#daea1e Background Color

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

This div background color is #daea1e


#daea1e Border Color

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

This div border color is #daea1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea1e


Comments

No comments written yet.

Please login to write comment.