Color Hex Logo

#bcfdaf Color Hex

#BCFDAF
(188,253,175)
0 Favorites   0 Comments

Color spaces of #bcfdaf

RGB 188253175
HSL0.310.950.84
HSV110°31°99°
CMYK 0.260.000.31   0.01
XYZ63.602284.037153.4260
Yxy84.03710.31630.4180
Hunter Lab91.6718-36.581629.6162
CIE-Lab93.4666-34.503530.9886

#bcfdaf color RGB value is (188,253,175).

#bcfdaf hex color red value is 188, green value is 253 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcfdaf hue: 0.31 , saturation: 0.95 and the lightness value of bcfdaf is 0.84.

The process color (four color CMYK) of #bcfdaf color hex is 0.26, 0.00, 0.31, 0.01. Web safe color of #bcfdaf is #ccff99. Color #bcfdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 10101111
Octal 274 375 257
Decimal 188 253 175
Hex BC FD AF

RGB Percentages of Color #bcfdaf

%30.52
%41.07
%28.41

CMYK Percentages of Color #bcfdaf

%26
%0
%31
%1

Triadic Colors of #bcfdaf

#bcfdaf #afbcfd #fdafbc

Analogous Colors of #bcfdaf

#bcfdaf #affdc9 #e3fdaf

Monochromatic Colors of #bcfdaf

#bcfdaf

Complementary Color

#bcfdaf #f0affd

#bcfdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdaf Color CSS Codes

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

#bcfdaf Text Font Color

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

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


#bcfdaf Background Color

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

This div background color is #bcfdaf


#bcfdaf Border Color

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

This div border color is #bcfdaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,253,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 #bcfdaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdaf

Related Colors


Comments

No comments written yet.

Please login to write comment.