Color Hex Logo

#b2fccc Color Hex

#B2FCCC
(178,252,204)
0 Favorites   0 Comments

Color spaces of #b2fccc

RGB 178252204
HSL0.390.930.84
HSV141°29°99°
CMYK 0.290.000.19   0.01
XYZ64.069683.445469.8565
Yxy83.44540.29470.3839
Hunter Lab91.3485-34.664218.6033
CIE-Lab93.2091-32.324815.7956

#b2fccc color RGB value is (178,252,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111100 11001100
Octal 262 374 314
Decimal 178 252 204
Hex B2 FC CC

RGB Percentages of Color #b2fccc

%28.08
%39.75
%32.18

CMYK Percentages of Color #b2fccc

%29
%0
%19
%1

Triadic Colors of #b2fccc

#b2fccc #ccb2fc #fcccb2

Analogous Colors of #b2fccc

#b2fccc #b2fcf1 #bdfcb2

Monochromatic Colors of #b2fccc

#b2fccc

Complementary Color

#b2fccc #fcb2e2

#b2fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fccc Color CSS Codes

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

#b2fccc Text Font Color

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

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


#b2fccc Background Color

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

This div background color is #b2fccc


#b2fccc Border Color

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

This div border color is #b2fccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fccc

Related Colors


Comments

No comments written yet.

Please login to write comment.