Color Hex Logo

#bbe4ca Color Hex

#BBE4CA
(187,228,202)
0 Favorites   0 Comments

Color spaces of #bbe4ca

RGB 187228202
HSL0.390.430.81
HSV142°18°89°
CMYK 0.180.000.11   0.11
XYZ58.897670.315966.3452
Yxy70.31590.30120.3596
Hunter Lab83.8546-21.371111.7883
CIE-Lab87.1516-18.34408.2915

#bbe4ca color RGB value is (187,228,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 11001010
Octal 273 344 312
Decimal 187 228 202
Hex BB E4 CA

RGB Percentages of Color #bbe4ca

%30.31
%36.95
%32.74

CMYK Percentages of Color #bbe4ca

%18
%0
%11
%11

Triadic Colors of #bbe4ca

#bbe4ca #cabbe4 #e4cabb

Analogous Colors of #bbe4ca

#bbe4ca #bbe4df #c1e4bb

Monochromatic Colors of #bbe4ca

#bbe4ca

Complementary Color

#bbe4ca #e4bbd5

#bbe4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe4ca Color CSS Codes

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

#bbe4ca Text Font Color

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

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


#bbe4ca Background Color

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

This div background color is #bbe4ca


#bbe4ca Border Color

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

This div border color is #bbe4ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,228,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 #bbe4ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe4ca


Comments

No comments written yet.

Please login to write comment.