Color Hex Logo

#baafcf Color Hex

#BAAFCF
(186,175,207)
0 Favorites   0 Comments

Color spaces of #baafcf

RGB 186175207
HSL0.720.250.75
HSV261°15°81°
CMYK 0.100.150.00   0.19
XYZ46.842245.604065.3651
Yxy45.60400.29680.2890
Hunter Lab67.53075.6364-10.1171
CIE-Lab73.287810.0833-14.7724

#baafcf color RGB value is (186,175,207).

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

The process color (four color CMYK) of #baafcf color hex is 0.10, 0.15, 0.00, 0.19. Web safe color of #baafcf is #cc99cc. Color #baafcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11001111
Octal 272 257 317
Decimal 186 175 207
Hex BA AF CF

RGB Percentages of Color #baafcf

%32.75
%30.81
%36.44

CMYK Percentages of Color #baafcf

%10
%15
%0
%19

Triadic Colors of #baafcf

#baafcf #cfbaaf #afcfba

Analogous Colors of #baafcf

#baafcf #caafcf #afb4cf

Monochromatic Colors of #baafcf

#baafcf

Complementary Color

#baafcf #c4cfaf

#baafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafcf Color CSS Codes

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

#baafcf Text Font Color

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

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


#baafcf Background Color

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

This div background color is #baafcf


#baafcf Border Color

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

This div border color is #baafcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,175,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 #baafcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafcf


Comments

No comments written yet.

Please login to write comment.