Color Hex Logo

#dceb83 Color Hex

#DCEB83
(220,235,131)
0 Favorites   0 Comments

Color spaces of #dceb83

RGB 220235131
HSL0.190.720.72
HSV69°44°92°
CMYK 0.060.000.44   0.08
XYZ63.320376.271032.8572
Yxy76.27100.36720.4423
Hunter Lab87.3333-23.413238.8267
CIE-Lab89.9850-20.143748.5840

#dceb83 color RGB value is (220,235,131).

#dceb83 hex color red value is 220, green value is 235 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dceb83 hue: 0.19 , saturation: 0.72 and the lightness value of dceb83 is 0.72.

The process color (four color CMYK) of #dceb83 color hex is 0.06, 0.00, 0.44, 0.08. Web safe color of #dceb83 is #ccff99. Color #dceb83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10000011
Octal 334 353 203
Decimal 220 235 131
Hex DC EB 83

RGB Percentages of Color #dceb83

%37.54
%40.10
%22.35

CMYK Percentages of Color #dceb83

%6
%0
%44
%8

Triadic Colors of #dceb83

#dceb83 #83dceb #eb83dc

Analogous Colors of #dceb83

#dceb83 #a8eb83 #ebc683

Monochromatic Colors of #dceb83

#dceb83

Complementary Color

#dceb83 #9283eb

#dceb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb83 Color CSS Codes

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

#dceb83 Text Font Color

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

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


#dceb83 Background Color

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

This div background color is #dceb83


#dceb83 Border Color

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

This div border color is #dceb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb83


Comments

No comments written yet.

Please login to write comment.