Color Hex Logo

#bbf9ca Color Hex

#BBF9CA
(187,249,202)
0 Favorites   0 Comments

Color spaces of #bbf9ca

RGB 187249202
HSL0.370.840.85
HSV135°25°98°
CMYK 0.250.000.19   0.02
XYZ65.029982.580468.3893
Yxy82.58040.30110.3823
Hunter Lab90.8738-31.293218.9915
CIE-Lab92.8304-28.513216.3589

#bbf9ca color RGB value is (187,249,202).

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

The process color (four color CMYK) of #bbf9ca color hex is 0.25, 0.00, 0.19, 0.02. Web safe color of #bbf9ca is #ccffcc. Color #bbf9ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 11001010
Octal 273 371 312
Decimal 187 249 202
Hex BB F9 CA

RGB Percentages of Color #bbf9ca

%29.31
%39.03
%31.66

CMYK Percentages of Color #bbf9ca

%25
%0
%19
%2

Triadic Colors of #bbf9ca

#bbf9ca #cabbf9 #f9cabb

Analogous Colors of #bbf9ca

#bbf9ca #bbf9e9 #cbf9bb

Monochromatic Colors of #bbf9ca

#bbf9ca

Complementary Color

#bbf9ca #f9bbea

#bbf9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf9ca Color CSS Codes

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

#bbf9ca Text Font Color

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

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


#bbf9ca Background Color

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

This div background color is #bbf9ca


#bbf9ca Border Color

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

This div border color is #bbf9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf9ca


Comments

No comments written yet.

Please login to write comment.