Color Hex Logo

#dce08b Color Hex

#DCE08B
(220,224,139)
0 Favorites   0 Comments

Color spaces of #dce08b

RGB 220224139
HSL0.170.580.71
HSV63°38°88°
CMYK 0.020.000.38   0.12
XYZ60.831170.391034.8068
Yxy70.39100.36640.4240
Hunter Lab83.8993-17.402734.1323
CIE-Lab87.1883-13.887741.1596

#dce08b color RGB value is (220,224,139).

#dce08b hex color red value is 220, green value is 224 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dce08b hue: 0.17 , saturation: 0.58 and the lightness value of dce08b is 0.71.

The process color (four color CMYK) of #dce08b color hex is 0.02, 0.00, 0.38, 0.12. Web safe color of #dce08b is #cccc99. Color #dce08b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 10001011
Octal 334 340 213
Decimal 220 224 139
Hex DC E0 8B

RGB Percentages of Color #dce08b

%37.74
%38.42
%23.84

CMYK Percentages of Color #dce08b

%2
%0
%38
%12

Triadic Colors of #dce08b

#dce08b #8bdce0 #e08bdc

Analogous Colors of #dce08b

#dce08b #b2e08b #e0ba8b

Monochromatic Colors of #dce08b

#dce08b

Complementary Color

#dce08b #8f8be0

#dce08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce08b Color CSS Codes

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

#dce08b Text Font Color

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

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


#dce08b Background Color

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

This div background color is #dce08b


#dce08b Border Color

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

This div border color is #dce08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce08b


Comments

No comments written yet.

Please login to write comment.