Color Hex Logo

#dccf8b Color Hex

#DCCF8B
(220,207,139)
0 Favorites   0 Comments

Color spaces of #dccf8b

RGB 220207139
HSL0.140.540.70
HSV50°37°86°
CMYK 0.000.060.37   0.14
XYZ56.488261.705433.3592
Yxy61.70540.37270.4072
Hunter Lab78.5528-9.106029.8081
CIE-Lab82.7565-5.293635.4413

#dccf8b color RGB value is (220,207,139).

#dccf8b hex color red value is 220, green value is 207 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dccf8b hue: 0.14 , saturation: 0.54 and the lightness value of dccf8b is 0.70.

The process color (four color CMYK) of #dccf8b color hex is 0.00, 0.06, 0.37, 0.14. Web safe color of #dccf8b is #cccc99. Color #dccf8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 10001011
Octal 334 317 213
Decimal 220 207 139
Hex DC CF 8B

RGB Percentages of Color #dccf8b

%38.87
%36.57
%24.56

CMYK Percentages of Color #dccf8b

%0
%6
%37
%14

Triadic Colors of #dccf8b

#dccf8b #8bdccf #cf8bdc

Analogous Colors of #dccf8b

#dccf8b #c1dc8b #dca78b

Monochromatic Colors of #dccf8b

#dccf8b

Complementary Color

#dccf8b #8b98dc

#dccf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf8b Color CSS Codes

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

#dccf8b Text Font Color

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

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


#dccf8b Background Color

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

This div background color is #dccf8b


#dccf8b Border Color

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

This div border color is #dccf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf8b


Comments

No comments written yet.

Please login to write comment.