Color Hex Logo

#b0fccc Color Hex

#B0FCCC
(176,252,204)
0 Favorites   0 Comments

Color spaces of #b0fccc

RGB 176252204
HSL0.390.930.84
HSV142°30°99°
CMYK 0.300.000.19   0.01
XYZ63.614083.210569.8352
Yxy83.21050.29360.3841
Hunter Lab91.2198-35.154018.4632
CIE-Lab93.1065-32.924315.6363

#b0fccc color RGB value is (176,252,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111100 11001100
Octal 260 374 314
Decimal 176 252 204
Hex B0 FC CC

RGB Percentages of Color #b0fccc

%27.85
%39.87
%32.28

CMYK Percentages of Color #b0fccc

%30
%0
%19
%1

Triadic Colors of #b0fccc

#b0fccc #ccb0fc #fcccb0

Analogous Colors of #b0fccc

#b0fccc #b0fcf2 #bafcb0

Monochromatic Colors of #b0fccc

#b0fccc

Complementary Color

#b0fccc #fcb0e0

#b0fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fccc Color CSS Codes

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

#b0fccc Text Font Color

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

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


#b0fccc Background Color

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

This div background color is #b0fccc


#b0fccc Border Color

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

This div border color is #b0fccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fccc

#b0fccc Color Palettes


Comments

No comments written yet.

Please login to write comment.