Color Hex Logo

#bbeafc Color Hex

#BBEAFC
(187,234,252)
0 Favorites   0 Comments

Color spaces of #bbeafc

RGB 187234252
HSL0.550.920.86
HSV197°26°99°
CMYK 0.260.070.00   0.01
XYZ67.487076.4387103.2927
Yxy76.43870.27300.3092
Hunter Lab87.4292-15.2162-8.8473
CIE-Lab90.0626-11.1025-13.6503

#bbeafc color RGB value is (187,234,252).

#bbeafc hex color red value is 187, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbeafc hue: 0.55 , saturation: 0.92 and the lightness value of bbeafc is 0.86.

The process color (four color CMYK) of #bbeafc color hex is 0.26, 0.07, 0.00, 0.01. Web safe color of #bbeafc is #ccffff. Color #bbeafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11111100
Octal 273 352 374
Decimal 187 234 252
Hex BB EA FC

RGB Percentages of Color #bbeafc

%27.79
%34.77
%37.44

CMYK Percentages of Color #bbeafc

%26
%7
%0
%1

Triadic Colors of #bbeafc

#bbeafc #fcbbea #eafcbb

Analogous Colors of #bbeafc

#bbeafc #bbcafc #bbfcee

Monochromatic Colors of #bbeafc

#bbeafc

Complementary Color

#bbeafc #fccdbb

#bbeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeafc Color CSS Codes

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

#bbeafc Text Font Color

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

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


#bbeafc Background Color

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

This div background color is #bbeafc


#bbeafc Border Color

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

This div border color is #bbeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeafc


Comments

No comments written yet.

Please login to write comment.