Color Hex Logo

#bbdde3 Color Hex

#BBDDE3
(187,221,227)
0 Favorites   0 Comments

Color spaces of #bbdde3

RGB 187221227
HSL0.530.420.81
HSV189°18°89°
CMYK 0.180.030.00   0.11
XYZ60.215167.823782.5907
Yxy67.82370.28590.3220
Hunter Lab82.3551-13.6088-1.8110
CIE-Lab85.9182-9.8727-6.6771

#bbdde3 color RGB value is (187,221,227).

#bbdde3 hex color red value is 187, green value is 221 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #bbdde3 hue: 0.53 , saturation: 0.42 and the lightness value of bbdde3 is 0.81.

The process color (four color CMYK) of #bbdde3 color hex is 0.18, 0.03, 0.00, 0.11. Web safe color of #bbdde3 is #cccccc. Color #bbdde3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11100011
Octal 273 335 343
Decimal 187 221 227
Hex BB DD E3

RGB Percentages of Color #bbdde3

%29.45
%34.80
%35.75

CMYK Percentages of Color #bbdde3

%18
%3
%0
%11

Triadic Colors of #bbdde3

#bbdde3 #e3bbdd #dde3bb

Analogous Colors of #bbdde3

#bbdde3 #bbc9e3 #bbe3d5

Monochromatic Colors of #bbdde3

#bbdde3

Complementary Color

#bbdde3 #e3c1bb

#bbdde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdde3 Color CSS Codes

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

#bbdde3 Text Font Color

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

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


#bbdde3 Background Color

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

This div background color is #bbdde3


#bbdde3 Border Color

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

This div border color is #bbdde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdde3


Comments

No comments written yet.

Please login to write comment.