Color Hex Logo

#bbe2cd Color Hex

#BBE2CD
(187,226,205)
0 Favorites   0 Comments

Color spaces of #bbe2cd

RGB 187226205
HSL0.410.400.81
HSV148°17°89°
CMYK 0.170.000.09   0.11
XYZ58.709369.365368.0521
Yxy69.36530.29930.3537
Hunter Lab83.2858-19.92329.8548
CIE-Lab86.6846-16.78606.0447

#bbe2cd color RGB value is (187,226,205).

#bbe2cd hex color red value is 187, green value is 226 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbe2cd hue: 0.41 , saturation: 0.40 and the lightness value of bbe2cd is 0.81.

The process color (four color CMYK) of #bbe2cd color hex is 0.17, 0.00, 0.09, 0.11. Web safe color of #bbe2cd is #cccccc. Color #bbe2cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 11001101
Octal 273 342 315
Decimal 187 226 205
Hex BB E2 CD

RGB Percentages of Color #bbe2cd

%30.26
%36.57
%33.17

CMYK Percentages of Color #bbe2cd

%17
%0
%9
%11

Triadic Colors of #bbe2cd

#bbe2cd #cdbbe2 #e2cdbb

Analogous Colors of #bbe2cd

#bbe2cd #bbe2e1 #bde2bb

Monochromatic Colors of #bbe2cd

#bbe2cd

Complementary Color

#bbe2cd #e2bbd0

#bbe2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe2cd Color CSS Codes

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

#bbe2cd Text Font Color

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

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


#bbe2cd Background Color

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

This div background color is #bbe2cd


#bbe2cd Border Color

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

This div border color is #bbe2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe2cd


Comments

No comments written yet.

Please login to write comment.