Color Hex Logo

#cfbab0 Color Hex

#CFBAB0
(207,186,176)
0 Favorites   0 Comments

Color spaces of #cfbab0

RGB 207186176
HSL0.050.240.75
HSV19°15°81°
CMYK 0.000.100.15   0.19
XYZ51.127551.517848.3235
Yxy51.51780.33870.3412
Hunter Lab71.77591.541510.3258
CIE-Lab76.99165.81287.7743

#cfbab0 color RGB value is (207,186,176).

#cfbab0 hex color red value is 207, green value is 186 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cfbab0 hue: 0.05 , saturation: 0.24 and the lightness value of cfbab0 is 0.75.

The process color (four color CMYK) of #cfbab0 color hex is 0.00, 0.10, 0.15, 0.19. Web safe color of #cfbab0 is #cccc99. Color #cfbab0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111010 10110000
Octal 317 272 260
Decimal 207 186 176
Hex CF BA B0

RGB Percentages of Color #cfbab0

%36.38
%32.69
%30.93

CMYK Percentages of Color #cfbab0

%0
%10
%15
%19

Triadic Colors of #cfbab0

#cfbab0 #b0cfba #bab0cf

Analogous Colors of #cfbab0

#cfbab0 #cfcab0 #cfb0b6

Monochromatic Colors of #cfbab0

#cfbab0

Complementary Color

#cfbab0 #b0c5cf

#cfbab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbab0 Color CSS Codes

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

#cfbab0 Text Font Color

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

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


#cfbab0 Background Color

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

This div background color is #cfbab0


#cfbab0 Border Color

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

This div border color is #cfbab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbab0


Comments

No comments written yet.

Please login to write comment.