Color Hex Logo

#bcdfaf Color Hex

#BCDFAF
(188,223,175)
0 Favorites   0 Comments

Color spaces of #bcdfaf

RGB 188223175
HSL0.290.430.78
HSV104°22°87°
CMYK 0.160.000.22   0.13
XYZ54.864666.561950.5135
Yxy66.56190.31910.3871
Hunter Lab81.5855-22.736920.4005
CIE-Lab85.2822-20.247119.7978

#bcdfaf color RGB value is (188,223,175).

#bcdfaf hex color red value is 188, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcdfaf hue: 0.29 , saturation: 0.43 and the lightness value of bcdfaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10101111
Octal 274 337 257
Decimal 188 223 175
Hex BC DF AF

RGB Percentages of Color #bcdfaf

%32.08
%38.05
%29.86

CMYK Percentages of Color #bcdfaf

%16
%0
%22
%13

Triadic Colors of #bcdfaf

#bcdfaf #afbcdf #dfafbc

Analogous Colors of #bcdfaf

#bcdfaf #afdfba #d4dfaf

Monochromatic Colors of #bcdfaf

#bcdfaf

Complementary Color

#bcdfaf #d2afdf

#bcdfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfaf Color CSS Codes

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

#bcdfaf Text Font Color

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

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


#bcdfaf Background Color

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

This div background color is #bcdfaf


#bcdfaf Border Color

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

This div border color is #bcdfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfaf


Comments

No comments written yet.

Please login to write comment.