Color Hex Logo

#bcd1cd Color Hex

#BCD1CD
(188,209,205)
0 Favorites   0 Comments

Color spaces of #bcd1cd

RGB 188209205
HSL0.470.190.78
HSV169°10°82°
CMYK 0.100.000.02   0.18
XYZ54.558960.700166.5983
Yxy60.70010.30000.3338
Hunter Lab77.9103-11.34323.8556
CIE-Lab82.2173-7.8107-0.4312

#bcd1cd color RGB value is (188,209,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 11001101
Octal 274 321 315
Decimal 188 209 205
Hex BC D1 CD

RGB Percentages of Color #bcd1cd

%31.23
%34.72
%34.05

CMYK Percentages of Color #bcd1cd

%10
%0
%2
%18

Triadic Colors of #bcd1cd

#bcd1cd #cdbcd1 #d1cdbc

Analogous Colors of #bcd1cd

#bcd1cd #bccbd1 #bcd1c3

Monochromatic Colors of #bcd1cd

#bcd1cd

Complementary Color

#bcd1cd #d1bcc0

#bcd1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd1cd Color CSS Codes

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

#bcd1cd Text Font Color

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

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


#bcd1cd Background Color

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

This div background color is #bcd1cd


#bcd1cd Border Color

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

This div border color is #bcd1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd1cd


Comments

No comments written yet.

Please login to write comment.