Color Hex Logo

#dce56b Color Hex

#DCE56B
(220,229,107)
0 Favorites   0 Comments

Color spaces of #dce56b

RGB 220229107
HSL0.180.700.66
HSV64°53°90°
CMYK 0.040.000.53   0.10
XYZ60.188472.315824.6960
Yxy72.31580.38290.4600
Hunter Lab85.0387-22.479642.3087
CIE-Lab88.1204-19.428257.5481

#dce56b color RGB value is (220,229,107).

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

The process color (four color CMYK) of #dce56b color hex is 0.04, 0.00, 0.53, 0.10. Web safe color of #dce56b is #cccc66. Color #dce56b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 01101011
Octal 334 345 153
Decimal 220 229 107
Hex DC E5 6B

RGB Percentages of Color #dce56b

%39.57
%41.19
%19.24

CMYK Percentages of Color #dce56b

%4
%0
%53
%10

Triadic Colors of #dce56b

#dce56b #6bdce5 #e56bdc

Analogous Colors of #dce56b

#dce56b #9fe56b #e5b16b

Monochromatic Colors of #dce56b

#dce56b

Complementary Color

#dce56b #746be5

#dce56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce56b Color CSS Codes

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

#dce56b Text Font Color

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

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


#dce56b Background Color

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

This div background color is #dce56b


#dce56b Border Color

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

This div border color is #dce56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce56b


Comments

No comments written yet.

Please login to write comment.