Color Hex Logo

#bcf9ed Color Hex

#BCF9ED
(188,249,237)
0 Favorites   0 Comments

Color spaces of #bcf9ed

RGB 188249237
HSL0.470.840.86
HSV168°24°98°
CMYK 0.240.000.05   0.02
XYZ69.900884.557292.7578
Yxy84.55720.28280.3420
Hunter Lab91.9550-25.23214.5609
CIE-Lab93.6920-21.4902-0.4709

#bcf9ed color RGB value is (188,249,237).

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

The process color (four color CMYK) of #bcf9ed color hex is 0.24, 0.00, 0.05, 0.02. Web safe color of #bcf9ed is #ccffff. Color #bcf9ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 11101101
Octal 274 371 355
Decimal 188 249 237
Hex BC F9 ED

RGB Percentages of Color #bcf9ed

%27.89
%36.94
%35.16

CMYK Percentages of Color #bcf9ed

%24
%0
%5
%2

Triadic Colors of #bcf9ed

#bcf9ed #edbcf9 #f9edbc

Analogous Colors of #bcf9ed

#bcf9ed #bce7f9 #bcf9cf

Monochromatic Colors of #bcf9ed

#bcf9ed

Complementary Color

#bcf9ed #f9bcc8

#bcf9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf9ed Color CSS Codes

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

#bcf9ed Text Font Color

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

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


#bcf9ed Background Color

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

This div background color is #bcf9ed


#bcf9ed Border Color

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

This div border color is #bcf9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf9ed


Comments

No comments written yet.

Please login to write comment.