Color Hex Logo

#bcf4ef Color Hex

#BCF4EF
(188,244,239)
0 Favorites   0 Comments

Color spaces of #bcf4ef

RGB 188244239
HSL0.490.720.85
HSV175°23°96°
CMYK 0.230.000.02   0.04
XYZ68.669781.624793.7972
Yxy81.62470.28130.3344
Hunter Lab90.3464-22.43341.6879
CIE-Lab92.4090-18.6253-3.3885

#bcf4ef color RGB value is (188,244,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 11101111
Octal 274 364 357
Decimal 188 244 239
Hex BC F4 EF

RGB Percentages of Color #bcf4ef

%28.02
%36.36
%35.62

CMYK Percentages of Color #bcf4ef

%23
%0
%2
%4

Triadic Colors of #bcf4ef

#bcf4ef #efbcf4 #f4efbc

Analogous Colors of #bcf4ef

#bcf4ef #bcddf4 #bcf4d3

Monochromatic Colors of #bcf4ef

#bcf4ef

Complementary Color

#bcf4ef #f4bcc1

#bcf4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf4ef Color CSS Codes

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

#bcf4ef Text Font Color

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

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


#bcf4ef Background Color

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

This div background color is #bcf4ef


#bcf4ef Border Color

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

This div border color is #bcf4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf4ef


Comments

No comments written yet.

Please login to write comment.