Color Hex Logo

#cfb087 Color Hex

#CFB087
(207,176,135)
0 Favorites   0 Comments

Color spaces of #cfb087

RGB 207176135
HSL0.090.430.67
HSV34°35°81°
CMYK 0.000.150.35   0.19
XYZ45.630646.065329.4082
Yxy46.06530.37680.3804
Hunter Lab67.87141.232321.8201
CIE-Lab73.58795.355125.1814

#cfb087 color RGB value is (207,176,135).

#cfb087 hex color red value is 207, green value is 176 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cfb087 hue: 0.09 , saturation: 0.43 and the lightness value of cfb087 is 0.67.

The process color (four color CMYK) of #cfb087 color hex is 0.00, 0.15, 0.35, 0.19. Web safe color of #cfb087 is #cc9999. Color #cfb087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 10000111
Octal 317 260 207
Decimal 207 176 135
Hex CF B0 87

RGB Percentages of Color #cfb087

%39.96
%33.98
%26.06

CMYK Percentages of Color #cfb087

%0
%15
%35
%19

Triadic Colors of #cfb087

#cfb087 #87cfb0 #b087cf

Analogous Colors of #cfb087

#cfb087 #cacf87 #cf8c87

Monochromatic Colors of #cfb087

#cfb087

Complementary Color

#cfb087 #87a6cf

#cfb087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb087 Color CSS Codes

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

#cfb087 Text Font Color

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

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


#cfb087 Background Color

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

This div background color is #cfb087


#cfb087 Border Color

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

This div border color is #cfb087


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,176,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb087


Comments

No comments written yet.

Please login to write comment.