Color Hex Logo

#bcf0af Color Hex

#BCF0AF
(188,240,175)
0 Favorites   0 Comments

Color spaces of #bcf0af

RGB 188240175
HSL0.300.680.81
HSV108°27°94°
CMYK 0.220.000.27   0.06
XYZ59.637076.106752.1043
Yxy76.10670.31750.4052
Hunter Lab87.2392-30.645325.6560
CIE-Lab89.9089-28.452426.1663

#bcf0af color RGB value is (188,240,175).

#bcf0af hex color red value is 188, green value is 240 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcf0af hue: 0.30 , saturation: 0.68 and the lightness value of bcf0af is 0.81.

The process color (four color CMYK) of #bcf0af color hex is 0.22, 0.00, 0.27, 0.06. Web safe color of #bcf0af is #ccff99. Color #bcf0af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 10101111
Octal 274 360 257
Decimal 188 240 175
Hex BC F0 AF

RGB Percentages of Color #bcf0af

%31.18
%39.80
%29.02

CMYK Percentages of Color #bcf0af

%22
%0
%27
%6

Triadic Colors of #bcf0af

#bcf0af #afbcf0 #f0afbc

Analogous Colors of #bcf0af

#bcf0af #aff0c3 #ddf0af

Monochromatic Colors of #bcf0af

#bcf0af

Complementary Color

#bcf0af #e3aff0

#bcf0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf0af Color CSS Codes

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

#bcf0af Text Font Color

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

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


#bcf0af Background Color

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

This div background color is #bcf0af


#bcf0af Border Color

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

This div border color is #bcf0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf0af


Comments

No comments written yet.

Please login to write comment.