Color Hex Logo

#bcfdee Color Hex

#BCFDEE
(188,253,238)
0 Favorites   0 Comments

Color spaces of #bcfdee

RGB 188253238
HSL0.460.940.86
HSV166°26°99°
CMYK 0.260.000.06   0.01
XYZ71.296987.115093.9460
Yxy87.11500.28250.3452
Hunter Lab93.3354-26.98475.6569
CIE-Lab94.7870-23.22550.6111

#bcfdee color RGB value is (188,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11101110
Octal 274 375 356
Decimal 188 253 238
Hex BC FD EE

RGB Percentages of Color #bcfdee

%27.69
%37.26
%35.05

CMYK Percentages of Color #bcfdee

%26
%0
%6
%1

Triadic Colors of #bcfdee

#bcfdee #eebcfd #fdeebc

Analogous Colors of #bcfdee

#bcfdee #bcecfd #bcfdce

Monochromatic Colors of #bcfdee

#bcfdee

Complementary Color

#bcfdee #fdbccb

#bcfdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdee Color CSS Codes

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

#bcfdee Text Font Color

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

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


#bcfdee Background Color

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

This div background color is #bcfdee


#bcfdee Border Color

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

This div border color is #bcfdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdee


Comments

No comments written yet.

Please login to write comment.