Color Hex Logo

#bbebdf Color Hex

#BBEBDF
(187,235,223)
0 Favorites   0 Comments

Color spaces of #bbebdf

RGB 187235223
HSL0.460.550.83
HSV165°20°92°
CMYK 0.200.000.05   0.08
XYZ63.521175.309281.0002
Yxy75.30920.28900.3426
Hunter Lab86.7809-21.20975.4061
CIE-Lab89.5376-17.75420.7418

#bbebdf color RGB value is (187,235,223).

#bbebdf hex color red value is 187, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bbebdf hue: 0.46 , saturation: 0.55 and the lightness value of bbebdf is 0.83.

The process color (four color CMYK) of #bbebdf color hex is 0.20, 0.00, 0.05, 0.08. Web safe color of #bbebdf is #ccffcc. Color #bbebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11011111
Octal 273 353 337
Decimal 187 235 223
Hex BB EB DF

RGB Percentages of Color #bbebdf

%28.99
%36.43
%34.57

CMYK Percentages of Color #bbebdf

%20
%0
%5
%8

Triadic Colors of #bbebdf

#bbebdf #dfbbeb #ebdfbb

Analogous Colors of #bbebdf

#bbebdf #bbdfeb #bbebc7

Monochromatic Colors of #bbebdf

#bbebdf

Complementary Color

#bbebdf #ebbbc7

#bbebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebdf Color CSS Codes

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

#bbebdf Text Font Color

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

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


#bbebdf Background Color

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

This div background color is #bbebdf


#bbebdf Border Color

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

This div border color is #bbebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebdf


Comments

No comments written yet.

Please login to write comment.