Color Hex Logo

#bcdfbf Color Hex

#BCDFBF
(188,223,191)
0 Favorites   0 Comments

Color spaces of #bcdfbf

RGB 188223191
HSL0.350.350.81
HSV125°16°87°
CMYK 0.160.000.14   0.13
XYZ56.530767.228359.2871
Yxy67.22830.30880.3673
Hunter Lab81.9929-20.419114.5238
CIE-Lab85.6191-17.527011.8889

#bcdfbf color RGB value is (188,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10111111
Octal 274 337 277
Decimal 188 223 191
Hex BC DF BF

RGB Percentages of Color #bcdfbf

%31.23
%37.04
%31.73

CMYK Percentages of Color #bcdfbf

%16
%0
%14
%13

Triadic Colors of #bcdfbf

#bcdfbf #bfbcdf #dfbfbc

Analogous Colors of #bcdfbf

#bcdfbf #bcdfd1 #cbdfbc

Monochromatic Colors of #bcdfbf

#bcdfbf

Complementary Color

#bcdfbf #dfbcdc

#bcdfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfbf Color CSS Codes

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

#bcdfbf Text Font Color

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

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


#bcdfbf Background Color

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

This div background color is #bcdfbf


#bcdfbf Border Color

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

This div border color is #bcdfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfbf


Comments

No comments written yet.

Please login to write comment.