Color Hex Logo

#bcffee Color Hex

#BCFFEE
(188,255,238)
0 Favorites   0 Comments

Color spaces of #bcffee

RGB 188255238
HSL0.461.000.87
HSV165°26°100°
CMYK 0.260.000.07   0.00
XYZ71.931788.384494.1576
Yxy88.38440.28270.3473
Hunter Lab94.0130-27.94796.4279
CIE-Lab95.3226-24.18941.3915

#bcffee color RGB value is (188,255,238).

#bcffee hex color red value is 188, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bcffee hue: 0.46 , saturation: 1.00 and the lightness value of bcffee is 0.87.

The process color (four color CMYK) of #bcffee color hex is 0.26, 0.00, 0.07, 0.00. Web safe color of #bcffee is #ccffff. Color #bcffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 11101110
Octal 274 377 356
Decimal 188 255 238
Hex BC FF EE

RGB Percentages of Color #bcffee

%27.61
%37.44
%34.95

CMYK Percentages of Color #bcffee

%26
%0
%7
%0

Triadic Colors of #bcffee

#bcffee #eebcff #ffeebc

Analogous Colors of #bcffee

#bcffee #bcefff #bcffcd

Monochromatic Colors of #bcffee

#bcffee

Complementary Color

#bcffee #ffbccd

#bcffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcffee Color CSS Codes

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

#bcffee Text Font Color

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

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


#bcffee Background Color

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

This div background color is #bcffee


#bcffee Border Color

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

This div border color is #bcffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcffee

Related Colors

#bcffee Color Palettes


Comments

No comments written yet.

Please login to write comment.