Color Hex Logo

#babfcf Color Hex

#BABFCF
(186,191,207)
0 Favorites   0 Comments

Color spaces of #babfcf

RGB 186191207
HSL0.630.180.77
HSV226°10°81°
CMYK 0.100.080.00   0.19
XYZ50.143052.205766.4654
Yxy52.20570.29700.3092
Hunter Lab72.2535-2.5670-3.9629
CIE-Lab77.40371.4097-8.6175

#babfcf color RGB value is (186,191,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11001111
Octal 272 277 317
Decimal 186 191 207
Hex BA BF CF

RGB Percentages of Color #babfcf

%31.85
%32.71
%35.45

CMYK Percentages of Color #babfcf

%10
%8
%0
%19

Triadic Colors of #babfcf

#babfcf #cfbabf #bfcfba

Analogous Colors of #babfcf

#babfcf #c0bacf #bacacf

Monochromatic Colors of #babfcf

#babfcf

Complementary Color

#babfcf #cfcaba

#babfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfcf Color CSS Codes

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

#babfcf Text Font Color

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

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


#babfcf Background Color

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

This div background color is #babfcf


#babfcf Border Color

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

This div border color is #babfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfcf


Comments

No comments written yet.

Please login to write comment.