Color Hex Logo

#bcfaf2 Color Hex

#BCFAF2
(188,250,242)
0 Favorites   0 Comments

Color spaces of #bcfaf2

RGB 188250242
HSL0.480.860.86
HSV172°25°98°
CMYK 0.250.000.03   0.02
XYZ70.951785.473496.7629
Yxy85.47340.28020.3376
Hunter Lab92.4518-24.80172.6616
CIE-Lab94.0867-20.9413-2.4807

#bcfaf2 color RGB value is (188,250,242).

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

The process color (four color CMYK) of #bcfaf2 color hex is 0.25, 0.00, 0.03, 0.02. Web safe color of #bcfaf2 is #ccffff. Color #bcfaf2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 11110010
Octal 274 372 362
Decimal 188 250 242
Hex BC FA F2

RGB Percentages of Color #bcfaf2

%27.65
%36.76
%35.59

CMYK Percentages of Color #bcfaf2

%25
%0
%3
%2

Triadic Colors of #bcfaf2

#bcfaf2 #f2bcfa #faf2bc

Analogous Colors of #bcfaf2

#bcfaf2 #bce3fa #bcfad3

Monochromatic Colors of #bcfaf2

#bcfaf2

Complementary Color

#bcfaf2 #fabcc4

#bcfaf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfaf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfaf2 Color CSS Codes

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

#bcfaf2 Text Font Color

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

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


#bcfaf2 Background Color

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

This div background color is #bcfaf2


#bcfaf2 Border Color

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

This div border color is #bcfaf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfaf2

Related Colors


Comments

No comments written yet.

Please login to write comment.