Color Hex Logo

#cfb083 Color Hex

#CFB083
(207,176,131)
0 Favorites   0 Comments

Color spaces of #cfb083

RGB 207176131
HSL0.100.440.66
HSV36°37°81°
CMYK 0.000.150.37   0.19
XYZ45.354245.954827.9525
Yxy45.95480.38030.3853
Hunter Lab67.79000.791223.0054
CIE-Lab73.51624.872027.2272

#cfb083 color RGB value is (207,176,131).

#cfb083 hex color red value is 207, green value is 176 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cfb083 hue: 0.10 , saturation: 0.44 and the lightness value of cfb083 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 10000011
Octal 317 260 203
Decimal 207 176 131
Hex CF B0 83

RGB Percentages of Color #cfb083

%40.27
%34.24
%25.49

CMYK Percentages of Color #cfb083

%0
%15
%37
%19

Triadic Colors of #cfb083

#cfb083 #83cfb0 #b083cf

Analogous Colors of #cfb083

#cfb083 #c8cf83 #cf8a83

Monochromatic Colors of #cfb083

#cfb083

Complementary Color

#cfb083 #83a2cf

#cfb083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb083 Color CSS Codes

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

#cfb083 Text Font Color

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

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


#cfb083 Background Color

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

This div background color is #cfb083


#cfb083 Border Color

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

This div border color is #cfb083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb083


Comments

No comments written yet.

Please login to write comment.