Color Hex Logo

#cfb593 Color Hex

#CFB593
(207,181,147)
0 Favorites   0 Comments

Color spaces of #cfb593

RGB 207181147
HSL0.090.380.69
HSV34°29°81°
CMYK 0.000.130.29   0.19
XYZ47.522548.419734.4450
Yxy48.41970.36450.3714
Hunter Lab69.58430.133919.3598
CIE-Lab75.08894.223020.7740

#cfb593 color RGB value is (207,181,147).

#cfb593 hex color red value is 207, green value is 181 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cfb593 hue: 0.09 , saturation: 0.38 and the lightness value of cfb593 is 0.69.

The process color (four color CMYK) of #cfb593 color hex is 0.00, 0.13, 0.29, 0.19. Web safe color of #cfb593 is #cccc99. Color #cfb593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 10010011
Octal 317 265 223
Decimal 207 181 147
Hex CF B5 93

RGB Percentages of Color #cfb593

%38.69
%33.83
%27.48

CMYK Percentages of Color #cfb593

%0
%13
%29
%19

Triadic Colors of #cfb593

#cfb593 #93cfb5 #b593cf

Analogous Colors of #cfb593

#cfb593 #cbcf93 #cf9793

Monochromatic Colors of #cfb593

#cfb593

Complementary Color

#cfb593 #93adcf

#cfb593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb593 Color CSS Codes

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

#cfb593 Text Font Color

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

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


#cfb593 Background Color

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

This div background color is #cfb593


#cfb593 Border Color

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

This div border color is #cfb593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb593


Comments

No comments written yet.

Please login to write comment.