Color Hex Logo

#bcdfcb Color Hex

#BCDFCB
(188,223,203)
0 Favorites   0 Comments

Color spaces of #bcdfcb

RGB 188223203
HSL0.400.350.81
HSV146°16°87°
CMYK 0.160.000.09   0.13
XYZ57.906267.778566.5305
Yxy67.77850.30130.3526
Hunter Lab82.3277-18.52339.7161
CIE-Lab85.8956-15.33555.9683

#bcdfcb color RGB value is (188,223,203).

#bcdfcb hex color red value is 188, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bcdfcb hue: 0.40 , saturation: 0.35 and the lightness value of bcdfcb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11001011
Octal 274 337 313
Decimal 188 223 203
Hex BC DF CB

RGB Percentages of Color #bcdfcb

%30.62
%36.32
%33.06

CMYK Percentages of Color #bcdfcb

%16
%0
%9
%13

Triadic Colors of #bcdfcb

#bcdfcb #cbbcdf #dfcbbc

Analogous Colors of #bcdfcb

#bcdfcb #bcdfdd #bfdfbc

Monochromatic Colors of #bcdfcb

#bcdfcb

Complementary Color

#bcdfcb #dfbcd0

#bcdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfcb Color CSS Codes

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

#bcdfcb Text Font Color

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

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


#bcdfcb Background Color

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

This div background color is #bcdfcb


#bcdfcb Border Color

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

This div border color is #bcdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfcb


Comments

No comments written yet.

Please login to write comment.