Color Hex Logo

#bbd3ef Color Hex

#BBD3EF
(187,211,239)
0 Favorites   0 Comments

Color spaces of #bbd3ef

RGB 187211239
HSL0.590.620.84
HSV212°22°94°
CMYK 0.220.120.00   0.06
XYZ59.367863.385390.7669
Yxy63.38530.27800.2969
Hunter Lab79.6149-6.2209-11.8646
CIE-Lab83.6447-2.0968-16.4275

#bbd3ef color RGB value is (187,211,239).

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

The process color (four color CMYK) of #bbd3ef color hex is 0.22, 0.12, 0.00, 0.06. Web safe color of #bbd3ef is #ccccff. Color #bbd3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 11101111
Octal 273 323 357
Decimal 187 211 239
Hex BB D3 EF

RGB Percentages of Color #bbd3ef

%29.36
%33.12
%37.52

CMYK Percentages of Color #bbd3ef

%22
%12
%0
%6

Triadic Colors of #bbd3ef

#bbd3ef #efbbd3 #d3efbb

Analogous Colors of #bbd3ef

#bbd3ef #bdbbef #bbedef

Monochromatic Colors of #bbd3ef

#bbd3ef

Complementary Color

#bbd3ef #efd7bb

#bbd3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd3ef Color CSS Codes

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

#bbd3ef Text Font Color

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

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


#bbd3ef Background Color

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

This div background color is #bbd3ef


#bbd3ef Border Color

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

This div border color is #bbd3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd3ef


Comments

No comments written yet.

Please login to write comment.