Color Hex Logo

#bcf9ac Color Hex

#BCF9AC
(188,249,172)
0 Favorites   0 Comments

Color spaces of #bcf9ac

RGB 188249172
HSL0.300.870.83
HSV108°31°98°
CMYK 0.240.000.31   0.02
XYZ62.061181.421351.4746
Yxy81.42130.31830.4176
Hunter Lab90.2338-35.140129.3411
CIE-Lab92.3188-33.117430.9542

#bcf9ac color RGB value is (188,249,172).

#bcf9ac hex color red value is 188, green value is 249 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bcf9ac hue: 0.30 , saturation: 0.87 and the lightness value of bcf9ac is 0.83.

The process color (four color CMYK) of #bcf9ac color hex is 0.24, 0.00, 0.31, 0.02. Web safe color of #bcf9ac is #ccff99. Color #bcf9ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 10101100
Octal 274 371 254
Decimal 188 249 172
Hex BC F9 AC

RGB Percentages of Color #bcf9ac

%30.87
%40.89
%28.24

CMYK Percentages of Color #bcf9ac

%24
%0
%31
%2

Triadic Colors of #bcf9ac

#bcf9ac #acbcf9 #f9acbc

Analogous Colors of #bcf9ac

#bcf9ac #acf9c3 #e3f9ac

Monochromatic Colors of #bcf9ac

#bcf9ac

Complementary Color

#bcf9ac #e9acf9

#bcf9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf9ac Color CSS Codes

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

#bcf9ac Text Font Color

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

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


#bcf9ac Background Color

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

This div background color is #bcf9ac


#bcf9ac Border Color

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

This div border color is #bcf9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf9ac


Comments

No comments written yet.

Please login to write comment.