Color Hex Logo

#bcd6cd Color Hex

#BCD6CD
(188,214,205)
0 Favorites   0 Comments

Color spaces of #bcd6cd

RGB 188214205
HSL0.440.240.79
HSV159°12°84°
CMYK 0.120.000.04   0.16
XYZ55.805063.192367.0137
Yxy63.19230.30000.3397
Hunter Lab79.4936-13.80565.6636
CIE-Lab83.5435-10.38721.5031

#bcd6cd color RGB value is (188,214,205).

#bcd6cd hex color red value is 188, green value is 214 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bcd6cd hue: 0.44 , saturation: 0.24 and the lightness value of bcd6cd is 0.79.

The process color (four color CMYK) of #bcd6cd color hex is 0.12, 0.00, 0.04, 0.16. Web safe color of #bcd6cd is #cccccc. Color #bcd6cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 11001101
Octal 274 326 315
Decimal 188 214 205
Hex BC D6 CD

RGB Percentages of Color #bcd6cd

%30.97
%35.26
%33.77

CMYK Percentages of Color #bcd6cd

%12
%0
%4
%16

Triadic Colors of #bcd6cd

#bcd6cd #cdbcd6 #d6cdbc

Analogous Colors of #bcd6cd

#bcd6cd #bcd2d6 #bcd6c0

Monochromatic Colors of #bcd6cd

#bcd6cd

Complementary Color

#bcd6cd #d6bcc5

#bcd6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd6cd Color CSS Codes

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

#bcd6cd Text Font Color

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

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


#bcd6cd Background Color

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

This div background color is #bcd6cd


#bcd6cd Border Color

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

This div border color is #bcd6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd6cd


Comments

No comments written yet.

Please login to write comment.