Color Hex Logo

#bbd0ed Color Hex

#BBD0ED
(187,208,237)
0 Favorites   0 Comments

Color spaces of #bbd0ed

RGB 187208237
HSL0.600.580.83
HSV215°21°93°
CMYK 0.210.120.00   0.07
XYZ58.335561.791088.9730
Yxy61.79100.27900.2955
Hunter Lab78.6073-5.0954-12.0834
CIE-Lab82.8022-0.9569-16.6318

#bbd0ed color RGB value is (187,208,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 11101101
Octal 273 320 355
Decimal 187 208 237
Hex BB D0 ED

RGB Percentages of Color #bbd0ed

%29.59
%32.91
%37.50

CMYK Percentages of Color #bbd0ed

%21
%12
%0
%7

Triadic Colors of #bbd0ed

#bbd0ed #edbbd0 #d0edbb

Analogous Colors of #bbd0ed

#bbd0ed #bfbbed #bbe9ed

Monochromatic Colors of #bbd0ed

#bbd0ed

Complementary Color

#bbd0ed #edd8bb

#bbd0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd0ed Color CSS Codes

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

#bbd0ed Text Font Color

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

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


#bbd0ed Background Color

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

This div background color is #bbd0ed


#bbd0ed Border Color

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

This div border color is #bbd0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd0ed


Comments

No comments written yet.

Please login to write comment.