Color Hex Logo

#bbe5cc Color Hex

#BBE5CC
(187,229,204)
0 Favorites   0 Comments

Color spaces of #bbe5cc

RGB 187229204
HSL0.400.450.82
HSV144°18°90°
CMYK 0.180.000.11   0.10
XYZ59.411970.963167.6926
Yxy70.96310.30000.3583
Hunter Lab84.2396-21.528111.3239
CIE-Lab87.4671-18.46677.6954

#bbe5cc color RGB value is (187,229,204).

#bbe5cc hex color red value is 187, green value is 229 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbe5cc hue: 0.40 , saturation: 0.45 and the lightness value of bbe5cc is 0.82.

The process color (four color CMYK) of #bbe5cc color hex is 0.18, 0.00, 0.11, 0.10. Web safe color of #bbe5cc is #cccccc. Color #bbe5cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 11001100
Octal 273 345 314
Decimal 187 229 204
Hex BB E5 CC

RGB Percentages of Color #bbe5cc

%30.16
%36.94
%32.90

CMYK Percentages of Color #bbe5cc

%18
%0
%11
%10

Triadic Colors of #bbe5cc

#bbe5cc #ccbbe5 #e5ccbb

Analogous Colors of #bbe5cc

#bbe5cc #bbe5e1 #bfe5bb

Monochromatic Colors of #bbe5cc

#bbe5cc

Complementary Color

#bbe5cc #e5bbd4

#bbe5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe5cc Color CSS Codes

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

#bbe5cc Text Font Color

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

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


#bbe5cc Background Color

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

This div background color is #bbe5cc


#bbe5cc Border Color

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

This div border color is #bbe5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe5cc


Comments

No comments written yet.

Please login to write comment.