Color Hex Logo

#cfb09a Color Hex

#CFB09A
(207,176,154)
0 Favorites   0 Comments

Color spaces of #cfb09a

RGB 207176154
HSL0.070.360.71
HSV25°26°81°
CMYK 0.000.150.26   0.19
XYZ47.090246.649237.0941
Yxy46.64920.35990.3566
Hunter Lab68.30023.543015.6095
CIE-Lab73.96487.861115.4283

#cfb09a color RGB value is (207,176,154).

#cfb09a hex color red value is 207, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cfb09a hue: 0.07 , saturation: 0.36 and the lightness value of cfb09a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 10011010
Octal 317 260 232
Decimal 207 176 154
Hex CF B0 9A

RGB Percentages of Color #cfb09a

%38.55
%32.77
%28.68

CMYK Percentages of Color #cfb09a

%0
%15
%26
%19

Triadic Colors of #cfb09a

#cfb09a #9acfb0 #b09acf

Analogous Colors of #cfb09a

#cfb09a #cfcb9a #cf9a9f

Monochromatic Colors of #cfb09a

#cfb09a

Complementary Color

#cfb09a #9ab9cf

#cfb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb09a Color CSS Codes

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

#cfb09a Text Font Color

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

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


#cfb09a Background Color

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

This div background color is #cfb09a


#cfb09a Border Color

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

This div border color is #cfb09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb09a


Comments

No comments written yet.

Please login to write comment.