Color Hex Logo

#cfb19b Color Hex

#CFB19B
(207,177,155)
0 Favorites   0 Comments

Color spaces of #cfb19b

RGB 207177155
HSL0.070.350.71
HSV25°25°81°
CMYK 0.000.140.25   0.19
XYZ47.370747.076237.6003
Yxy47.07620.35870.3565
Hunter Lab68.61213.167615.5368
CIE-Lab74.23857.465515.2676

#cfb19b color RGB value is (207,177,155).

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

The process color (four color CMYK) of #cfb19b color hex is 0.00, 0.14, 0.25, 0.19. Web safe color of #cfb19b is #cc9999. Color #cfb19b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110001 10011011
Octal 317 261 233
Decimal 207 177 155
Hex CF B1 9B

RGB Percentages of Color #cfb19b

%38.40
%32.84
%28.76

CMYK Percentages of Color #cfb19b

%0
%14
%25
%19

Triadic Colors of #cfb19b

#cfb19b #9bcfb1 #b19bcf

Analogous Colors of #cfb19b

#cfb19b #cfcb9b #cf9b9f

Monochromatic Colors of #cfb19b

#cfb19b

Complementary Color

#cfb19b #9bb9cf

#cfb19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb19b Color CSS Codes

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

#cfb19b Text Font Color

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

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


#cfb19b Background Color

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

This div background color is #cfb19b


#cfb19b Border Color

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

This div border color is #cfb19b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb19b


Comments

No comments written yet.

Please login to write comment.