Color Hex Logo

#bcfaae Color Hex

#BCFAAE
(188,250,174)
0 Favorites   0 Comments

Color spaces of #bcfaae

RGB 188250174
HSL0.300.880.83
HSV109°30°98°
CMYK 0.250.000.30   0.02
XYZ62.564682.118652.5974
Yxy82.11860.31710.4163
Hunter Lab90.6193-35.345429.0203
CIE-Lab92.6272-33.276530.3611

#bcfaae color RGB value is (188,250,174).

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

The process color (four color CMYK) of #bcfaae color hex is 0.25, 0.00, 0.30, 0.02. Web safe color of #bcfaae is #ccff99. Color #bcfaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 10101110
Octal 274 372 256
Decimal 188 250 174
Hex BC FA AE

RGB Percentages of Color #bcfaae

%30.72
%40.85
%28.43

CMYK Percentages of Color #bcfaae

%25
%0
%30
%2

Triadic Colors of #bcfaae

#bcfaae #aebcfa #faaebc

Analogous Colors of #bcfaae

#bcfaae #aefac6 #e2faae

Monochromatic Colors of #bcfaae

#bcfaae

Complementary Color

#bcfaae #ecaefa

#bcfaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfaae Color CSS Codes

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

#bcfaae Text Font Color

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

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


#bcfaae Background Color

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

This div background color is #bcfaae


#bcfaae Border Color

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

This div border color is #bcfaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfaae


Comments

No comments written yet.

Please login to write comment.