Color Hex Logo

#dce58b Color Hex

#DCE58B
(220,229,139)
0 Favorites   0 Comments

Color spaces of #dce58b

RGB 220229139
HSL0.180.630.72
HSV66°39°90°
CMYK 0.040.000.39   0.10
XYZ62.194773.118335.2613
Yxy73.11830.36460.4287
Hunter Lab85.5092-19.810135.4072
CIE-Lab88.5041-16.363542.8356

#dce58b color RGB value is (220,229,139).

#dce58b hex color red value is 220, green value is 229 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dce58b hue: 0.18 , saturation: 0.63 and the lightness value of dce58b is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 10001011
Octal 334 345 213
Decimal 220 229 139
Hex DC E5 8B

RGB Percentages of Color #dce58b

%37.41
%38.95
%23.64

CMYK Percentages of Color #dce58b

%4
%0
%39
%10

Triadic Colors of #dce58b

#dce58b #8bdce5 #e58bdc

Analogous Colors of #dce58b

#dce58b #afe58b #e5c18b

Monochromatic Colors of #dce58b

#dce58b

Complementary Color

#dce58b #948be5

#dce58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce58b Color CSS Codes

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

#dce58b Text Font Color

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

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


#dce58b Background Color

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

This div background color is #dce58b


#dce58b Border Color

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

This div border color is #dce58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce58b


Comments

No comments written yet.

Please login to write comment.