Color Hex Logo

#b2fcca Color Hex

#B2FCCA
(178,252,202)
0 Favorites   0 Comments

Color spaces of #b2fcca

RGB 178252202
HSL0.390.930.84
HSV139°29°99°
CMYK 0.290.000.20   0.01
XYZ63.831283.350168.6010
Yxy83.35010.29580.3863
Hunter Lab91.2963-34.967519.3563
CIE-Lab93.1675-32.690016.7635

#b2fcca color RGB value is (178,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111100 11001010
Octal 262 374 312
Decimal 178 252 202
Hex B2 FC CA

RGB Percentages of Color #b2fcca

%28.16
%39.87
%31.96

CMYK Percentages of Color #b2fcca

%29
%0
%20
%1

Triadic Colors of #b2fcca

#b2fcca #cab2fc #fccab2

Analogous Colors of #b2fcca

#b2fcca #b2fcef #bffcb2

Monochromatic Colors of #b2fcca

#b2fcca

Complementary Color

#b2fcca #fcb2e4

#b2fcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fcca Color CSS Codes

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

#b2fcca Text Font Color

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

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


#b2fcca Background Color

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

This div background color is #b2fcca


#b2fcca Border Color

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

This div border color is #b2fcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fcca


Comments

No comments written yet.

Please login to write comment.