Color Hex Logo

#b2f2cd Color Hex

#B2F2CD
(178,242,205)
0 Favorites   0 Comments

Color spaces of #b2f2cd

RGB 178242205
HSL0.400.710.82
HSV145°26°95°
CMYK 0.260.000.15   0.05
XYZ61.131777.377069.4709
Yxy77.37700.29390.3720
Hunter Lab87.9642-29.886814.7499
CIE-Lab90.4949-27.431611.4338

#b2f2cd color RGB value is (178,242,205).

#b2f2cd hex color red value is 178, green value is 242 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b2f2cd hue: 0.40 , saturation: 0.71 and the lightness value of b2f2cd is 0.82.

The process color (four color CMYK) of #b2f2cd color hex is 0.26, 0.00, 0.15, 0.05. Web safe color of #b2f2cd is #99ffcc. Color #b2f2cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11110010 11001101
Octal 262 362 315
Decimal 178 242 205
Hex B2 F2 CD

RGB Percentages of Color #b2f2cd

%28.48
%38.72
%32.80

CMYK Percentages of Color #b2f2cd

%26
%0
%15
%5

Triadic Colors of #b2f2cd

#b2f2cd #cdb2f2 #f2cdb2

Analogous Colors of #b2f2cd

#b2f2cd #b2f2ed #b7f2b2

Monochromatic Colors of #b2f2cd

#b2f2cd

Complementary Color

#b2f2cd #f2b2d7

#b2f2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2f2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2f2cd Color CSS Codes

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

#b2f2cd Text Font Color

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

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


#b2f2cd Background Color

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

This div background color is #b2f2cd


#b2f2cd Border Color

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

This div border color is #b2f2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2f2cd


Comments

No comments written yet.

Please login to write comment.