Color Hex Logo

#bcf5db Color Hex

#BCF5DB
(188,245,219)
0 Favorites   0 Comments

Color spaces of #bcf5db

RGB 188245219
HSL0.420.740.85
HSV153°23°96°
CMYK 0.230.000.11   0.04
XYZ66.177681.110779.1858
Yxy81.11070.29220.3581
Hunter Lab90.0615-26.444910.9128
CIE-Lab92.1809-23.13686.6625

#bcf5db color RGB value is (188,245,219).

#bcf5db hex color red value is 188, green value is 245 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bcf5db hue: 0.42 , saturation: 0.74 and the lightness value of bcf5db is 0.85.

The process color (four color CMYK) of #bcf5db color hex is 0.23, 0.00, 0.11, 0.04. Web safe color of #bcf5db is #ccffcc. Color #bcf5db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 11011011
Octal 274 365 333
Decimal 188 245 219
Hex BC F5 DB

RGB Percentages of Color #bcf5db

%28.83
%37.58
%33.59

CMYK Percentages of Color #bcf5db

%23
%0
%11
%4

Triadic Colors of #bcf5db

#bcf5db #dbbcf5 #f5dbbc

Analogous Colors of #bcf5db

#bcf5db #bcf3f5 #bcf5bf

Monochromatic Colors of #bcf5db

#bcf5db

Complementary Color

#bcf5db #f5bcd6

#bcf5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf5db Color CSS Codes

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

#bcf5db Text Font Color

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

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


#bcf5db Background Color

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

This div background color is #bcf5db


#bcf5db Border Color

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

This div border color is #bcf5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf5db


Comments

No comments written yet.

Please login to write comment.