Color Hex Logo

#bbd7f2 Color Hex

#BBD7F2
(187,215,242)
0 Favorites   0 Comments

Color spaces of #bbd7f2

RGB 187215242
HSL0.580.680.84
HSV209°23°95°
CMYK 0.230.110.00   0.05
XYZ60.821065.576593.4563
Yxy65.57650.27660.2983
Hunter Lab80.9793-7.6481-11.7397
CIE-Lab84.7799-3.5308-16.3112

#bbd7f2 color RGB value is (187,215,242).

#bbd7f2 hex color red value is 187, green value is 215 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #bbd7f2 hue: 0.58 , saturation: 0.68 and the lightness value of bbd7f2 is 0.84.

The process color (four color CMYK) of #bbd7f2 color hex is 0.23, 0.11, 0.00, 0.05. Web safe color of #bbd7f2 is #ccccff. Color #bbd7f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 11110010
Octal 273 327 362
Decimal 187 215 242
Hex BB D7 F2

RGB Percentages of Color #bbd7f2

%29.04
%33.39
%37.58

CMYK Percentages of Color #bbd7f2

%23
%11
%0
%5

Triadic Colors of #bbd7f2

#bbd7f2 #f2bbd7 #d7f2bb

Analogous Colors of #bbd7f2

#bbd7f2 #bbbcf2 #bbf2f2

Monochromatic Colors of #bbd7f2

#bbd7f2

Complementary Color

#bbd7f2 #f2d6bb

#bbd7f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd7f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd7f2 Color CSS Codes

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

#bbd7f2 Text Font Color

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

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


#bbd7f2 Background Color

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

This div background color is #bbd7f2


#bbd7f2 Border Color

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

This div border color is #bbd7f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd7f2


Comments

No comments written yet.

Please login to write comment.