Color Hex Logo

#bcfcdf Color Hex

#BCFCDF
(188,252,223)
0 Favorites   0 Comments

Color spaces of #bcfcdf

RGB 188252223
HSL0.420.910.86
HSV153°25°99°
CMYK 0.250.000.12   0.01
XYZ68.868785.639982.7124
Yxy85.63990.29030.3610
Hunter Lab92.5418-29.110311.7868
CIE-Lab94.1582-25.73207.4402

#bcfcdf color RGB value is (188,252,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11011111
Octal 274 374 337
Decimal 188 252 223
Hex BC FC DF

RGB Percentages of Color #bcfcdf

%28.36
%38.01
%33.63

CMYK Percentages of Color #bcfcdf

%25
%0
%12
%1

Triadic Colors of #bcfcdf

#bcfcdf #dfbcfc #fcdfbc

Analogous Colors of #bcfcdf

#bcfcdf #bcf9fc #bcfcbf

Monochromatic Colors of #bcfcdf

#bcfcdf

Complementary Color

#bcfcdf #fcbcd9

#bcfcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcdf Color CSS Codes

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

#bcfcdf Text Font Color

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

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


#bcfcdf Background Color

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

This div background color is #bcfcdf


#bcfcdf Border Color

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

This div border color is #bcfcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcdf

Related Colors


Comments

No comments written yet.

Please login to write comment.