Color Hex Logo

#bbafec Color Hex

#BBAFEC
(187,175,236)
0 Favorites   0 Comments

Color spaces of #bbafec

RGB 187175236
HSL0.700.620.81
HSV252°26°93°
CMYK 0.210.260.00   0.07
XYZ50.963847.280985.7969
Yxy47.28090.27690.2569
Hunter Lab68.761111.9672-25.8465
CIE-Lab74.369116.6823-28.9197

#bbafec color RGB value is (187,175,236).

#bbafec hex color red value is 187, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bbafec hue: 0.70 , saturation: 0.62 and the lightness value of bbafec is 0.81.

The process color (four color CMYK) of #bbafec color hex is 0.21, 0.26, 0.00, 0.07. Web safe color of #bbafec is #cc99ff. Color #bbafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11101100
Octal 273 257 354
Decimal 187 175 236
Hex BB AF EC

RGB Percentages of Color #bbafec

%31.27
%29.26
%39.46

CMYK Percentages of Color #bbafec

%21
%26
%0
%7

Triadic Colors of #bbafec

#bbafec #ecbbaf #afecbb

Analogous Colors of #bbafec

#bbafec #daafec #afc2ec

Monochromatic Colors of #bbafec

#bbafec

Complementary Color

#bbafec #e0ecaf

#bbafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafec Color CSS Codes

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

#bbafec Text Font Color

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

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


#bbafec Background Color

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

This div background color is #bbafec


#bbafec Border Color

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

This div border color is #bbafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafec


Comments

No comments written yet.

Please login to write comment.