Color Hex Logo

#bcfae1 Color Hex

#BCFAE1
(188,250,225)
0 Favorites   0 Comments

Color spaces of #bcfae1

RGB 188250225
HSL0.430.860.86
HSV156°25°98°
CMYK 0.250.000.10   0.02
XYZ68.515384.498883.9329
Yxy84.49880.28920.3566
Hunter Lab91.9232-27.820110.2100
CIE-Lab93.6667-24.38315.6997

#bcfae1 color RGB value is (188,250,225).

#bcfae1 hex color red value is 188, green value is 250 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bcfae1 hue: 0.43 , saturation: 0.86 and the lightness value of bcfae1 is 0.86.

The process color (four color CMYK) of #bcfae1 color hex is 0.25, 0.00, 0.10, 0.02. Web safe color of #bcfae1 is #ccffcc. Color #bcfae1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 11100001
Octal 274 372 341
Decimal 188 250 225
Hex BC FA E1

RGB Percentages of Color #bcfae1

%28.36
%37.71
%33.94

CMYK Percentages of Color #bcfae1

%25
%0
%10
%2

Triadic Colors of #bcfae1

#bcfae1 #e1bcfa #fae1bc

Analogous Colors of #bcfae1

#bcfae1 #bcf4fa #bcfac2

Monochromatic Colors of #bcfae1

#bcfae1

Complementary Color

#bcfae1 #fabcd5

#bcfae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfae1 Color CSS Codes

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

#bcfae1 Text Font Color

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

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


#bcfae1 Background Color

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

This div background color is #bcfae1


#bcfae1 Border Color

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

This div border color is #bcfae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfae1

Related Colors


Comments

No comments written yet.

Please login to write comment.