Color Hex Logo

#bbe0ca Color Hex

#BBE0CA
(187,224,202)
0 Favorites   0 Comments

Color spaces of #bbe0ca

RGB 187224202
HSL0.400.370.81
HSV144°17°88°
CMYK 0.170.000.10   0.12
XYZ57.809868.140465.9826
Yxy68.14040.30120.3550
Hunter Lab82.5472-19.449710.3907
CIE-Lab86.0766-16.35126.7476

#bbe0ca color RGB value is (187,224,202).

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

The process color (four color CMYK) of #bbe0ca color hex is 0.17, 0.00, 0.10, 0.12. Web safe color of #bbe0ca is #cccccc. Color #bbe0ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 11001010
Octal 273 340 312
Decimal 187 224 202
Hex BB E0 CA

RGB Percentages of Color #bbe0ca

%30.51
%36.54
%32.95

CMYK Percentages of Color #bbe0ca

%17
%0
%10
%12

Triadic Colors of #bbe0ca

#bbe0ca #cabbe0 #e0cabb

Analogous Colors of #bbe0ca

#bbe0ca #bbe0dd #bfe0bb

Monochromatic Colors of #bbe0ca

#bbe0ca

Complementary Color

#bbe0ca #e0bbd1

#bbe0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe0ca Color CSS Codes

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

#bbe0ca Text Font Color

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

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


#bbe0ca Background Color

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

This div background color is #bbe0ca


#bbe0ca Border Color

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

This div border color is #bbe0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe0ca


Comments

No comments written yet.

Please login to write comment.