Color Hex Logo

#dce28b Color Hex

#DCE28B
(220,226,139)
0 Favorites   0 Comments

Color spaces of #dce28b

RGB 220226139
HSL0.180.600.72
HSV64°38°89°
CMYK 0.030.000.38   0.11
XYZ61.371871.472434.9870
Yxy71.47240.36570.4259
Hunter Lab84.5414-18.367434.6421
CIE-Lab87.7140-14.880941.8304

#dce28b color RGB value is (220,226,139).

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

The process color (four color CMYK) of #dce28b color hex is 0.03, 0.00, 0.38, 0.11. Web safe color of #dce28b is #cccc99. Color #dce28b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100010 10001011
Octal 334 342 213
Decimal 220 226 139
Hex DC E2 8B

RGB Percentages of Color #dce28b

%37.61
%38.63
%23.76

CMYK Percentages of Color #dce28b

%3
%0
%38
%11

Triadic Colors of #dce28b

#dce28b #8bdce2 #e28bdc

Analogous Colors of #dce28b

#dce28b #b1e28b #e2bd8b

Monochromatic Colors of #dce28b

#dce28b

Complementary Color

#dce28b #918be2

#dce28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce28b Color CSS Codes

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

#dce28b Text Font Color

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

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


#dce28b Background Color

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

This div background color is #dce28b


#dce28b Border Color

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

This div border color is #dce28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce28b


Comments

No comments written yet.

Please login to write comment.