Color Hex Logo

#bbf2ca Color Hex

#BBF2CA
(187,242,202)
0 Favorites   0 Comments

Color spaces of #bbf2ca

RGB 187242202
HSL0.380.680.84
HSV136°23°95°
CMYK 0.230.000.17   0.05
XYZ62.906378.333367.6814
Yxy78.33330.30110.3749
Hunter Lab88.5061-28.015616.6147
CIE-Lab90.9318-25.178413.6784

#bbf2ca color RGB value is (187,242,202).

#bbf2ca hex color red value is 187, green value is 242 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bbf2ca hue: 0.38 , saturation: 0.68 and the lightness value of bbf2ca is 0.84.

The process color (four color CMYK) of #bbf2ca color hex is 0.23, 0.00, 0.17, 0.05. Web safe color of #bbf2ca is #ccffcc. Color #bbf2ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 11001010
Octal 273 362 312
Decimal 187 242 202
Hex BB F2 CA

RGB Percentages of Color #bbf2ca

%29.64
%38.35
%32.01

CMYK Percentages of Color #bbf2ca

%23
%0
%17
%5

Triadic Colors of #bbf2ca

#bbf2ca #cabbf2 #f2cabb

Analogous Colors of #bbf2ca

#bbf2ca #bbf2e6 #c8f2bb

Monochromatic Colors of #bbf2ca

#bbf2ca

Complementary Color

#bbf2ca #f2bbe3

#bbf2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf2ca Color CSS Codes

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

#bbf2ca Text Font Color

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

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


#bbf2ca Background Color

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

This div background color is #bbf2ca


#bbf2ca Border Color

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

This div border color is #bbf2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf2ca


Comments

No comments written yet.

Please login to write comment.