Color Hex Logo

#bbdfc8 Color Hex

#BBDFC8
(187,223,200)
0 Favorites   0 Comments

Color spaces of #bbdfc8

RGB 187223200
HSL0.390.360.80
HSV142°16°87°
CMYK 0.160.000.10   0.13
XYZ57.306567.510364.6540
Yxy67.51030.30250.3563
Hunter Lab82.1647-19.291710.8609
CIE-Lab85.7610-16.22387.3471

#bbdfc8 color RGB value is (187,223,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11001000
Octal 273 337 310
Decimal 187 223 200
Hex BB DF C8

RGB Percentages of Color #bbdfc8

%30.66
%36.56
%32.79

CMYK Percentages of Color #bbdfc8

%16
%0
%10
%13

Triadic Colors of #bbdfc8

#bbdfc8 #c8bbdf #dfc8bb

Analogous Colors of #bbdfc8

#bbdfc8 #bbdfda #c0dfbb

Monochromatic Colors of #bbdfc8

#bbdfc8

Complementary Color

#bbdfc8 #dfbbd2

#bbdfc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfc8 Color CSS Codes

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

#bbdfc8 Text Font Color

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

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


#bbdfc8 Background Color

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

This div background color is #bbdfc8


#bbdfc8 Border Color

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

This div border color is #bbdfc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfc8


Comments

No comments written yet.

Please login to write comment.