Color Hex Logo

#bcf5eb Color Hex

#BCF5EB
(188,245,235)
0 Favorites   0 Comments

Color spaces of #bcf5eb

RGB 188245235
HSL0.470.740.85
HSV169°23°96°
CMYK 0.230.000.04   0.04
XYZ68.386881.994390.8194
Yxy81.99430.28350.3399
Hunter Lab90.5507-23.65483.9196
CIE-Lab92.5723-19.9465-1.0713

#bcf5eb color RGB value is (188,245,235).

#bcf5eb hex color red value is 188, green value is 245 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcf5eb hue: 0.47 , saturation: 0.74 and the lightness value of bcf5eb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 11101011
Octal 274 365 353
Decimal 188 245 235
Hex BC F5 EB

RGB Percentages of Color #bcf5eb

%28.14
%36.68
%35.18

CMYK Percentages of Color #bcf5eb

%23
%0
%4
%4

Triadic Colors of #bcf5eb

#bcf5eb #ebbcf5 #f5ebbc

Analogous Colors of #bcf5eb

#bcf5eb #bce3f5 #bcf5cf

Monochromatic Colors of #bcf5eb

#bcf5eb

Complementary Color

#bcf5eb #f5bcc6

#bcf5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf5eb Color CSS Codes

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

#bcf5eb Text Font Color

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

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


#bcf5eb Background Color

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

This div background color is #bcf5eb


#bcf5eb Border Color

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

This div border color is #bcf5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf5eb


Comments

No comments written yet.

Please login to write comment.