Color Hex Logo

#bcf1ed Color Hex

#BCF1ED
(188,241,237)
0 Favorites   0 Comments

Color spaces of #bcf1ed

RGB 188241237
HSL0.490.650.84
HSV175°22°95°
CMYK 0.220.000.02   0.05
XYZ67.480479.716491.9510
Yxy79.71640.28220.3333
Hunter Lab89.2840-21.33771.4378
CIE-Lab91.5575-17.5602-3.5998

#bcf1ed color RGB value is (188,241,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 11101101
Octal 274 361 355
Decimal 188 241 237
Hex BC F1 ED

RGB Percentages of Color #bcf1ed

%28.23
%36.19
%35.59

CMYK Percentages of Color #bcf1ed

%22
%0
%2
%5

Triadic Colors of #bcf1ed

#bcf1ed #edbcf1 #f1edbc

Analogous Colors of #bcf1ed

#bcf1ed #bcdbf1 #bcf1d3

Monochromatic Colors of #bcf1ed

#bcf1ed

Complementary Color

#bcf1ed #f1bcc0

#bcf1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf1ed Color CSS Codes

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

#bcf1ed Text Font Color

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

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


#bcf1ed Background Color

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

This div background color is #bcf1ed


#bcf1ed Border Color

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

This div border color is #bcf1ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,241,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 #bcf1ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf1ed


Comments

No comments written yet.

Please login to write comment.