Color Hex Logo

#dae182 Color Hex

#DAE182
(218,225,130)
0 Favorites   0 Comments

Color spaces of #dae182

RGB 218225130
HSL0.180.610.70
HSV64°42°88°
CMYK 0.030.000.42   0.12
XYZ59.867970.367631.5460
Yxy70.36760.37010.4350
Hunter Lab83.8854-19.406436.4231
CIE-Lab87.1768-16.124845.5510

#dae182 color RGB value is (218,225,130).

#dae182 hex color red value is 218, green value is 225 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dae182 hue: 0.18 , saturation: 0.61 and the lightness value of dae182 is 0.70.

The process color (four color CMYK) of #dae182 color hex is 0.03, 0.00, 0.42, 0.12. Web safe color of #dae182 is #cccc99. Color #dae182 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 10000010
Octal 332 341 202
Decimal 218 225 130
Hex DA E1 82

RGB Percentages of Color #dae182

%38.05
%39.27
%22.69

CMYK Percentages of Color #dae182

%3
%0
%42
%12

Triadic Colors of #dae182

#dae182 #82dae1 #e182da

Analogous Colors of #dae182

#dae182 #abe182 #e1b982

Monochromatic Colors of #dae182

#dae182

Complementary Color

#dae182 #8982e1

#dae182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae182 Color CSS Codes

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

#dae182 Text Font Color

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

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


#dae182 Background Color

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

This div background color is #dae182


#dae182 Border Color

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

This div border color is #dae182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae182


Comments

No comments written yet.

Please login to write comment.