Color Hex Logo

#dae48b Color Hex

#DAE48B
(218,228,139)
0 Favorites   0 Comments

Color spaces of #dae48b

RGB 218228139
HSL0.190.620.72
HSV67°39°89°
CMYK 0.040.000.39   0.11
XYZ61.317072.256335.1412
Yxy72.25630.36340.4283
Hunter Lab85.0037-19.996434.9916
CIE-Lab88.0918-16.638042.2808

#dae48b color RGB value is (218,228,139).

#dae48b hex color red value is 218, green value is 228 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dae48b hue: 0.19 , saturation: 0.62 and the lightness value of dae48b is 0.72.

The process color (four color CMYK) of #dae48b color hex is 0.04, 0.00, 0.39, 0.11. Web safe color of #dae48b is #cccc99. Color #dae48b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 10001011
Octal 332 344 213
Decimal 218 228 139
Hex DA E4 8B

RGB Percentages of Color #dae48b

%37.26
%38.97
%23.76

CMYK Percentages of Color #dae48b

%4
%0
%39
%11

Triadic Colors of #dae48b

#dae48b #8bdae4 #e48bda

Analogous Colors of #dae48b

#dae48b #aee48b #e4c28b

Monochromatic Colors of #dae48b

#dae48b

Complementary Color

#dae48b #958be4

#dae48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae48b Color CSS Codes

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

#dae48b Text Font Color

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

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


#dae48b Background Color

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

This div background color is #dae48b


#dae48b Border Color

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

This div border color is #dae48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae48b


Comments

No comments written yet.

Please login to write comment.