Color Hex Logo

#bbedfc Color Hex

#BBEDFC
(187,237,252)
0 Favorites   0 Comments

Color spaces of #bbedfc

RGB 187237252
HSL0.540.920.86
HSV194°26°99°
CMYK 0.260.060.00   0.01
XYZ68.348478.1614103.5798
Yxy78.16140.27330.3125
Hunter Lab88.4089-16.7184-7.5778
CIE-Lab90.8535-12.6216-12.4686

#bbedfc color RGB value is (187,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 11111100
Octal 273 355 374
Decimal 187 237 252
Hex BB ED FC

RGB Percentages of Color #bbedfc

%27.66
%35.06
%37.28

CMYK Percentages of Color #bbedfc

%26
%6
%0
%1

Triadic Colors of #bbedfc

#bbedfc #fcbbed #edfcbb

Analogous Colors of #bbedfc

#bbedfc #bbcdfc #bbfceb

Monochromatic Colors of #bbedfc

#bbedfc

Complementary Color

#bbedfc #fccabb

#bbedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbedfc Color CSS Codes

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

#bbedfc Text Font Color

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

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


#bbedfc Background Color

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

This div background color is #bbedfc


#bbedfc Border Color

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

This div border color is #bbedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbedfc

Related Colors


Comments

No comments written yet.

Please login to write comment.