Color Hex Logo

#bcdfcf Color Hex

#BCDFCF
(188,223,207)
0 Favorites   0 Comments

Color spaces of #bcdfcf

RGB 188223207
HSL0.420.350.81
HSV153°16°87°
CMYK 0.160.000.07   0.13
XYZ58.389267.971769.0739
Yxy67.97170.29880.3478
Hunter Lab82.4450-17.86138.0372
CIE-Lab85.9923-14.57723.9994

#bcdfcf color RGB value is (188,223,207).

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

The process color (four color CMYK) of #bcdfcf color hex is 0.16, 0.00, 0.07, 0.13. Web safe color of #bcdfcf is #cccccc. Color #bcdfcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11001111
Octal 274 337 317
Decimal 188 223 207
Hex BC DF CF

RGB Percentages of Color #bcdfcf

%30.42
%36.08
%33.50

CMYK Percentages of Color #bcdfcf

%16
%0
%7
%13

Triadic Colors of #bcdfcf

#bcdfcf #cfbcdf #dfcfbc

Analogous Colors of #bcdfcf

#bcdfcf #bcdedf #bcdfbe

Monochromatic Colors of #bcdfcf

#bcdfcf

Complementary Color

#bcdfcf #dfbccc

#bcdfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfcf Color CSS Codes

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

#bcdfcf Text Font Color

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

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


#bcdfcf Background Color

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

This div background color is #bcdfcf


#bcdfcf Border Color

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

This div border color is #bcdfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfcf


Comments

No comments written yet.

Please login to write comment.