Color Hex Logo

#bbecd1 Color Hex

#BBECD1
(187,236,209)
0 Favorites   0 Comments

Color spaces of #bbecd1

RGB 187236209
HSL0.410.560.83
HSV147°21°93°
CMYK 0.210.000.11   0.07
XYZ61.997675.159271.5611
Yxy75.15920.29700.3601
Hunter Lab86.6944-24.064911.7457
CIE-Lab89.4675-20.97527.9528

#bbecd1 color RGB value is (187,236,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11010001
Octal 273 354 321
Decimal 187 236 209
Hex BB EC D1

RGB Percentages of Color #bbecd1

%29.59
%37.34
%33.07

CMYK Percentages of Color #bbecd1

%21
%0
%11
%7

Triadic Colors of #bbecd1

#bbecd1 #d1bbec #ecd1bb

Analogous Colors of #bbecd1

#bbecd1 #bbecea #beecbb

Monochromatic Colors of #bbecd1

#bbecd1

Complementary Color

#bbecd1 #ecbbd6

#bbecd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecd1 Color CSS Codes

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

#bbecd1 Text Font Color

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

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


#bbecd1 Background Color

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

This div background color is #bbecd1


#bbecd1 Border Color

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

This div border color is #bbecd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecd1


Comments

No comments written yet.

Please login to write comment.