Color Hex Logo

#bbedef Color Hex

#BBEDEF
(187,237,239)
0 Favorites   0 Comments

Color spaces of #bbedef

RGB 187237239
HSL0.510.620.84
HSV182°22°94°
CMYK 0.220.010.00   0.06
XYZ66.357777.365293.0969
Yxy77.36520.28020.3267
Hunter Lab87.9575-19.2600-1.1841
CIE-Lab90.4894-15.4442-6.2232

#bbedef color RGB value is (187,237,239).

#bbedef hex color red value is 187, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbedef hue: 0.51 , saturation: 0.62 and the lightness value of bbedef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 11101111
Octal 273 355 357
Decimal 187 237 239
Hex BB ED EF

RGB Percentages of Color #bbedef

%28.21
%35.75
%36.05

CMYK Percentages of Color #bbedef

%22
%1
%0
%6

Triadic Colors of #bbedef

#bbedef #efbbed #edefbb

Analogous Colors of #bbedef

#bbedef #bbd3ef #bbefd7

Monochromatic Colors of #bbedef

#bbedef

Complementary Color

#bbedef #efbdbb

#bbedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbedef Color CSS Codes

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

#bbedef Text Font Color

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

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


#bbedef Background Color

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

This div background color is #bbedef


#bbedef Border Color

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

This div border color is #bbedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbedef


Comments

No comments written yet.

Please login to write comment.