Color Hex Logo

#dce59b Color Hex

#DCE59B
(220,229,155)
0 Favorites   0 Comments

Color spaces of #dce59b

RGB 220229155
HSL0.190.590.75
HSV67°32°90°
CMYK 0.040.000.32   0.10
XYZ63.450973.620841.8764
Yxy73.62080.35460.4114
Hunter Lab85.8026-18.153931.1250
CIE-Lab88.7430-14.490035.1460

#dce59b color RGB value is (220,229,155).

#dce59b hex color red value is 220, green value is 229 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dce59b hue: 0.19 , saturation: 0.59 and the lightness value of dce59b is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 10011011
Octal 334 345 233
Decimal 220 229 155
Hex DC E5 9B

RGB Percentages of Color #dce59b

%36.42
%37.91
%25.66

CMYK Percentages of Color #dce59b

%4
%0
%32
%10

Triadic Colors of #dce59b

#dce59b #9bdce5 #e59bdc

Analogous Colors of #dce59b

#dce59b #b7e59b #e5c99b

Monochromatic Colors of #dce59b

#dce59b

Complementary Color

#dce59b #a49be5

#dce59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce59b Color CSS Codes

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

#dce59b Text Font Color

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

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


#dce59b Background Color

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

This div background color is #dce59b


#dce59b Border Color

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

This div border color is #dce59b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,229,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce59b


Comments

No comments written yet.

Please login to write comment.