Color Hex Logo

#cfbabb Color Hex

#CFBABB
(207,186,187)
0 Favorites   0 Comments

Color spaces of #cfbabb

RGB 207186187
HSL0.990.180.77
HSV357°10°81°
CMYK 0.000.100.10   0.19
XYZ52.260751.971154.2907
Yxy51.97110.32970.3278
Hunter Lab72.09103.24025.8132
CIE-Lab77.26367.62302.2058

#cfbabb color RGB value is (207,186,187).

#cfbabb hex color red value is 207, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cfbabb hue: 0.99 , saturation: 0.18 and the lightness value of cfbabb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111010 10111011
Octal 317 272 273
Decimal 207 186 187
Hex CF BA BB

RGB Percentages of Color #cfbabb

%35.69
%32.07
%32.24

CMYK Percentages of Color #cfbabb

%0
%10
%10
%19

Triadic Colors of #cfbabb

#cfbabb #bbcfba #babbcf

Analogous Colors of #cfbabb

#cfbabb #cfc4ba #cfbac6

Monochromatic Colors of #cfbabb

#cfbabb

Complementary Color

#cfbabb #bacfce

#cfbabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbabb Color CSS Codes

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

#cfbabb Text Font Color

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

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


#cfbabb Background Color

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

This div background color is #cfbabb


#cfbabb Border Color

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

This div border color is #cfbabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbabb


Comments

No comments written yet.

Please login to write comment.