Color Hex Logo

#bcdfc2 Color Hex

#BCDFC2
(188,223,194)
0 Favorites   0 Comments

Color spaces of #bcdfc2

RGB 188223194
HSL0.360.350.81
HSV130°16°87°
CMYK 0.160.000.13   0.13
XYZ56.864367.361861.0440
Yxy67.36180.30690.3636
Hunter Lab82.0742-19.958013.3541
CIE-Lab85.6863-16.991210.4072

#bcdfc2 color RGB value is (188,223,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11000010
Octal 274 337 302
Decimal 188 223 194
Hex BC DF C2

RGB Percentages of Color #bcdfc2

%31.07
%36.86
%32.07

CMYK Percentages of Color #bcdfc2

%16
%0
%13
%13

Triadic Colors of #bcdfc2

#bcdfc2 #c2bcdf #dfc2bc

Analogous Colors of #bcdfc2

#bcdfc2 #bcdfd4 #c8dfbc

Monochromatic Colors of #bcdfc2

#bcdfc2

Complementary Color

#bcdfc2 #dfbcd9

#bcdfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfc2 Color CSS Codes

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

#bcdfc2 Text Font Color

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

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


#bcdfc2 Background Color

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

This div background color is #bcdfc2


#bcdfc2 Border Color

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

This div border color is #bcdfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfc2


Comments

No comments written yet.

Please login to write comment.