Color Hex Logo

#bcfdcd Color Hex

#BCFDCD
(188,253,205)
0 Favorites   0 Comments

Color spaces of #bcfdcd

RGB 188253205
HSL0.380.940.86
HSV136°26°99°
CMYK 0.260.000.19   0.01
XYZ66.883885.349770.7066
Yxy85.34970.30000.3828
Hunter Lab92.3849-32.445119.2919
CIE-Lab94.0336-29.551616.5203

#bcfdcd color RGB value is (188,253,205).

#bcfdcd hex color red value is 188, green value is 253 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bcfdcd hue: 0.38 , saturation: 0.94 and the lightness value of bcfdcd is 0.86.

The process color (four color CMYK) of #bcfdcd color hex is 0.26, 0.00, 0.19, 0.01. Web safe color of #bcfdcd is #ccffcc. Color #bcfdcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11001101
Octal 274 375 315
Decimal 188 253 205
Hex BC FD CD

RGB Percentages of Color #bcfdcd

%29.10
%39.16
%31.73

CMYK Percentages of Color #bcfdcd

%26
%0
%19
%1

Triadic Colors of #bcfdcd

#bcfdcd #cdbcfd #fdcdbc

Analogous Colors of #bcfdcd

#bcfdcd #bcfdee #ccfdbc

Monochromatic Colors of #bcfdcd

#bcfdcd

Complementary Color

#bcfdcd #fdbcec

#bcfdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdcd Color CSS Codes

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

#bcfdcd Text Font Color

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

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


#bcfdcd Background Color

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

This div background color is #bcfdcd


#bcfdcd Border Color

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

This div border color is #bcfdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdcd


Comments

No comments written yet.

Please login to write comment.