Color Hex Logo

#b0fcd5 Color Hex

#B0FCD5
(176,252,213)
0 Favorites   0 Comments

Color spaces of #b0fcd5

RGB 176252213
HSL0.410.930.84
HSV149°30°99°
CMYK 0.300.000.15   0.01
XYZ64.725183.655075.6864
Yxy83.65500.28890.3733
Hunter Lab91.4631-33.742514.9613
CIE-Lab93.3005-31.228611.2822

#b0fcd5 color RGB value is (176,252,213).

#b0fcd5 hex color red value is 176, green value is 252 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b0fcd5 hue: 0.41 , saturation: 0.93 and the lightness value of b0fcd5 is 0.84.

The process color (four color CMYK) of #b0fcd5 color hex is 0.30, 0.00, 0.15, 0.01. Web safe color of #b0fcd5 is #99ffcc. Color #b0fcd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111100 11010101
Octal 260 374 325
Decimal 176 252 213
Hex B0 FC D5

RGB Percentages of Color #b0fcd5

%27.46
%39.31
%33.23

CMYK Percentages of Color #b0fcd5

%30
%0
%15
%1

Triadic Colors of #b0fcd5

#b0fcd5 #d5b0fc #fcd5b0

Analogous Colors of #b0fcd5

#b0fcd5 #b0fcfb #b1fcb0

Monochromatic Colors of #b0fcd5

#b0fcd5

Complementary Color

#b0fcd5 #fcb0d7

#b0fcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fcd5 Color CSS Codes

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

#b0fcd5 Text Font Color

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

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


#b0fcd5 Background Color

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

This div background color is #b0fcd5


#b0fcd5 Border Color

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

This div border color is #b0fcd5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,252,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0fcd5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0fcd5;
  -webkit-box-shadow: 1px 1px 3px 2px #b0fcd5;
  box-shadow:         1px 1px 3px 2px #b0fcd5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,252,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fcd5


Comments

No comments written yet.

Please login to write comment.