Color Hex Logo

#bcfff5 Color Hex

#BCFFF5
(188,255,245)
0 Favorites   0 Comments

Color spaces of #bcfff5

RGB 188255245
HSL0.481.000.87
HSV171°26°100°
CMYK 0.260.000.04   0.00
XYZ72.980588.803999.6806
Yxy88.80390.27910.3396
Hunter Lab94.2358-26.67423.2494
CIE-Lab95.4984-22.7435-1.9603

#bcfff5 color RGB value is (188,255,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 11110101
Octal 274 377 365
Decimal 188 255 245
Hex BC FF F5

RGB Percentages of Color #bcfff5

%27.33
%37.06
%35.61

CMYK Percentages of Color #bcfff5

%26
%0
%4
%0

Triadic Colors of #bcfff5

#bcfff5 #f5bcff #fff5bc

Analogous Colors of #bcfff5

#bcfff5 #bce8ff #bcffd4

Monochromatic Colors of #bcfff5

#bcfff5

Complementary Color

#bcfff5 #ffbcc6

#bcfff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfff5 Color CSS Codes

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

#bcfff5 Text Font Color

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

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


#bcfff5 Background Color

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

This div background color is #bcfff5


#bcfff5 Border Color

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

This div border color is #bcfff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfff5

Related Colors


Comments

No comments written yet.

Please login to write comment.