Color Hex Logo

#bbecd9 Color Hex

#BBECD9
(187,236,217)
0 Favorites   0 Comments

Color spaces of #bbecd9

RGB 187236217
HSL0.440.560.83
HSV157°21°93°
CMYK 0.210.000.08   0.07
XYZ63.013475.565576.9101
Yxy75.56550.29240.3507
Hunter Lab86.9284-22.73228.3929
CIE-Lab89.6572-19.43744.0510

#bbecd9 color RGB value is (187,236,217).

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

The process color (four color CMYK) of #bbecd9 color hex is 0.21, 0.00, 0.08, 0.07. Web safe color of #bbecd9 is #ccffcc. Color #bbecd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11011001
Octal 273 354 331
Decimal 187 236 217
Hex BB EC D9

RGB Percentages of Color #bbecd9

%29.22
%36.88
%33.91

CMYK Percentages of Color #bbecd9

%21
%0
%8
%7

Triadic Colors of #bbecd9

#bbecd9 #d9bbec #ecd9bb

Analogous Colors of #bbecd9

#bbecd9 #bbe7ec #bbecc1

Monochromatic Colors of #bbecd9

#bbecd9

Complementary Color

#bbecd9 #ecbbce

#bbecd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecd9 Color CSS Codes

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

#bbecd9 Text Font Color

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

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


#bbecd9 Background Color

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

This div background color is #bbecd9


#bbecd9 Border Color

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

This div border color is #bbecd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecd9


Comments

No comments written yet.

Please login to write comment.