Color Hex Logo

#bcfaef Color Hex

#BCFAEF
(188,250,239)
0 Favorites   0 Comments

Color spaces of #bcfaef

RGB 188250239
HSL0.470.860.86
HSV169°25°98°
CMYK 0.250.000.04   0.02
XYZ70.504685.294694.4089
Yxy85.29460.28180.3409
Hunter Lab92.3551-25.35314.0400
CIE-Lab94.0099-21.5649-1.0410

#bcfaef color RGB value is (188,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 11101111
Octal 274 372 357
Decimal 188 250 239
Hex BC FA EF

RGB Percentages of Color #bcfaef

%27.77
%36.93
%35.30

CMYK Percentages of Color #bcfaef

%25
%0
%4
%2

Triadic Colors of #bcfaef

#bcfaef #efbcfa #faefbc

Analogous Colors of #bcfaef

#bcfaef #bce6fa #bcfad0

Monochromatic Colors of #bcfaef

#bcfaef

Complementary Color

#bcfaef #fabcc7

#bcfaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfaef Color CSS Codes

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

#bcfaef Text Font Color

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

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


#bcfaef Background Color

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

This div background color is #bcfaef


#bcfaef Border Color

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

This div border color is #bcfaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfaef

Related Colors


Comments

No comments written yet.

Please login to write comment.