Color Hex Logo

#bbedeb Color Hex

#BBEDEB
(187,237,235)
0 Favorites   0 Comments

Color spaces of #bbedeb

RGB 187237235
HSL0.490.580.83
HSV178°21°93°
CMYK 0.210.000.01   0.07
XYZ65.773177.131390.0185
Yxy77.13130.28240.3311
Hunter Lab87.8244-20.01130.7059
CIE-Lab90.3820-16.2876-4.2927

#bbedeb color RGB value is (187,237,235).

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

The process color (four color CMYK) of #bbedeb color hex is 0.21, 0.00, 0.01, 0.07. Web safe color of #bbedeb is #ccffff. Color #bbedeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 11101011
Octal 273 355 353
Decimal 187 237 235
Hex BB ED EB

RGB Percentages of Color #bbedeb

%28.38
%35.96
%35.66

CMYK Percentages of Color #bbedeb

%21
%0
%1
%7

Triadic Colors of #bbedeb

#bbedeb #ebbbed #edebbb

Analogous Colors of #bbedeb

#bbedeb #bbd6ed #bbedd2

Monochromatic Colors of #bbedeb

#bbedeb

Complementary Color

#bbedeb #edbbbd

#bbedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbedeb Color CSS Codes

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

#bbedeb Text Font Color

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

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


#bbedeb Background Color

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

This div background color is #bbedeb


#bbedeb Border Color

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

This div border color is #bbedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbedeb

#bbedeb Color Palettes


Comments

No comments written yet.

Please login to write comment.