Color Hex Logo

#bcf7ef Color Hex

#BCF7EF
(188,247,239)
0 Favorites   0 Comments

Color spaces of #bcf7ef

RGB 188247239
HSL0.480.790.85
HSV172°24°97°
CMYK 0.240.000.03   0.03
XYZ69.579883.444994.1006
Yxy83.44490.28160.3377
Hunter Lab91.3482-23.89612.8673
CIE-Lab93.2089-20.0998-2.2143

#bcf7ef color RGB value is (188,247,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110111 11101111
Octal 274 367 357
Decimal 188 247 239
Hex BC F7 EF

RGB Percentages of Color #bcf7ef

%27.89
%36.65
%35.46

CMYK Percentages of Color #bcf7ef

%24
%0
%3
%3

Triadic Colors of #bcf7ef

#bcf7ef #efbcf7 #f7efbc

Analogous Colors of #bcf7ef

#bcf7ef #bce2f7 #bcf7d2

Monochromatic Colors of #bcf7ef

#bcf7ef

Complementary Color

#bcf7ef #f7bcc4

#bcf7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf7ef Color CSS Codes

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

#bcf7ef Text Font Color

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

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


#bcf7ef Background Color

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

This div background color is #bcf7ef


#bcf7ef Border Color

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

This div border color is #bcf7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf7ef


Comments

No comments written yet.

Please login to write comment.