Color Hex Logo

#bcd1cb Color Hex

#BCD1CB
(188,209,203)
0 Favorites   0 Comments

Color spaces of #bcd1cb

RGB 188209203
HSL0.450.190.78
HSV163°10°82°
CMYK 0.100.000.03   0.18
XYZ54.319060.604165.3348
Yxy60.60410.30130.3362
Hunter Lab77.8486-11.68654.7347
CIE-Lab82.1654-8.19730.5599

#bcd1cb color RGB value is (188,209,203).

#bcd1cb hex color red value is 188, green value is 209 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bcd1cb hue: 0.45 , saturation: 0.19 and the lightness value of bcd1cb is 0.78.

The process color (four color CMYK) of #bcd1cb color hex is 0.10, 0.00, 0.03, 0.18. Web safe color of #bcd1cb is #cccccc. Color #bcd1cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 11001011
Octal 274 321 313
Decimal 188 209 203
Hex BC D1 CB

RGB Percentages of Color #bcd1cb

%31.33
%34.83
%33.83

CMYK Percentages of Color #bcd1cb

%10
%0
%3
%18

Triadic Colors of #bcd1cb

#bcd1cb #cbbcd1 #d1cbbc

Analogous Colors of #bcd1cb

#bcd1cb #bccdd1 #bcd1c1

Monochromatic Colors of #bcd1cb

#bcd1cb

Complementary Color

#bcd1cb #d1bcc2

#bcd1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd1cb Color CSS Codes

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

#bcd1cb Text Font Color

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

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


#bcd1cb Background Color

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

This div background color is #bcd1cb


#bcd1cb Border Color

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

This div border color is #bcd1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd1cb


Comments

No comments written yet.

Please login to write comment.