Color Hex Logo

#bbdfca Color Hex

#BBDFCA
(187,223,202)
0 Favorites   0 Comments

Color spaces of #bbdfca

RGB 187223202
HSL0.400.360.80
HSV145°16°87°
CMYK 0.160.000.09   0.13
XYZ57.541967.604465.8933
Yxy67.60440.30120.3539
Hunter Lab82.2219-18.967510.0398
CIE-Lab85.8083-15.84996.3613

#bbdfca color RGB value is (187,223,202).

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

The process color (four color CMYK) of #bbdfca color hex is 0.16, 0.00, 0.09, 0.13. Web safe color of #bbdfca is #cccccc. Color #bbdfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11001010
Octal 273 337 312
Decimal 187 223 202
Hex BB DF CA

RGB Percentages of Color #bbdfca

%30.56
%36.44
%33.01

CMYK Percentages of Color #bbdfca

%16
%0
%9
%13

Triadic Colors of #bbdfca

#bbdfca #cabbdf #dfcabb

Analogous Colors of #bbdfca

#bbdfca #bbdfdc #bedfbb

Monochromatic Colors of #bbdfca

#bbdfca

Complementary Color

#bbdfca #dfbbd0

#bbdfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfca Color CSS Codes

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

#bbdfca Text Font Color

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

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


#bbdfca Background Color

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

This div background color is #bbdfca


#bbdfca Border Color

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

This div border color is #bbdfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfca


Comments

No comments written yet.

Please login to write comment.