Color Hex Logo

#bcf7df Color Hex

#BCF7DF
(188,247,223)
0 Favorites   0 Comments

Color spaces of #bcf7df

RGB 188247223
HSL0.430.790.85
HSV156°24°97°
CMYK 0.240.000.10   0.03
XYZ67.319182.540682.1959
Yxy82.54060.29010.3557
Hunter Lab90.8519-26.72649.9552
CIE-Lab92.8129-23.32745.5015

#bcf7df color RGB value is (188,247,223).

#bcf7df hex color red value is 188, green value is 247 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bcf7df hue: 0.43 , saturation: 0.79 and the lightness value of bcf7df is 0.85.

The process color (four color CMYK) of #bcf7df color hex is 0.24, 0.00, 0.10, 0.03. Web safe color of #bcf7df is #ccffcc. Color #bcf7df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110111 11011111
Octal 274 367 337
Decimal 188 247 223
Hex BC F7 DF

RGB Percentages of Color #bcf7df

%28.57
%37.54
%33.89

CMYK Percentages of Color #bcf7df

%24
%0
%10
%3

Triadic Colors of #bcf7df

#bcf7df #dfbcf7 #f7dfbc

Analogous Colors of #bcf7df

#bcf7df #bcf2f7 #bcf7c2

Monochromatic Colors of #bcf7df

#bcf7df

Complementary Color

#bcf7df #f7bcd4

#bcf7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf7df Color CSS Codes

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

#bcf7df Text Font Color

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

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


#bcf7df Background Color

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

This div background color is #bcf7df


#bcf7df Border Color

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

This div border color is #bcf7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf7df


Comments

No comments written yet.

Please login to write comment.