Color Hex Logo

#bbeced Color Hex

#BBECED
(187,236,237)
0 Favorites   0 Comments

Color spaces of #bbeced

RGB 187236237
HSL0.500.580.83
HSV181°21°93°
CMYK 0.210.000.00   0.07
XYZ65.775076.670191.4529
Yxy76.67010.28120.3278
Hunter Lab87.5615-19.1458-0.6320
CIE-Lab90.1696-15.3676-5.6507

#bbeced color RGB value is (187,236,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11101101
Octal 273 354 355
Decimal 187 236 237
Hex BB EC ED

RGB Percentages of Color #bbeced

%28.33
%35.76
%35.91

CMYK Percentages of Color #bbeced

%21
%0
%0
%7

Triadic Colors of #bbeced

#bbeced #edbbec #ecedbb

Analogous Colors of #bbeced

#bbeced #bbd3ed #bbedd5

Monochromatic Colors of #bbeced

#bbeced

Complementary Color

#bbeced #edbcbb

#bbeced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeced Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeced Color CSS Codes

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

#bbeced Text Font Color

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

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


#bbeced Background Color

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

This div background color is #bbeced


#bbeced Border Color

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

This div border color is #bbeced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeced


Comments

No comments written yet.

Please login to write comment.