Color Hex Logo

#bcfccd Color Hex

#BCFCCD
(188,252,205)
0 Favorites   0 Comments

Color spaces of #bcfccd

RGB 188252205
HSL0.380.910.86
HSV136°25°99°
CMYK 0.250.000.19   0.01
XYZ66.568984.720070.6016
Yxy84.72000.30000.3818
Hunter Lab92.0435-31.978918.9523
CIE-Lab93.7623-29.081416.1383

#bcfccd color RGB value is (188,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11001101
Octal 274 374 315
Decimal 188 252 205
Hex BC FC CD

RGB Percentages of Color #bcfccd

%29.15
%39.07
%31.78

CMYK Percentages of Color #bcfccd

%25
%0
%19
%1

Triadic Colors of #bcfccd

#bcfccd #cdbcfc #fccdbc

Analogous Colors of #bcfccd

#bcfccd #bcfced #cbfcbc

Monochromatic Colors of #bcfccd

#bcfccd

Complementary Color

#bcfccd #fcbceb

#bcfccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfccd Color CSS Codes

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

#bcfccd Text Font Color

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

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


#bcfccd Background Color

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

This div background color is #bcfccd


#bcfccd Border Color

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

This div border color is #bcfccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfccd


Comments

No comments written yet.

Please login to write comment.