Color Hex Logo

#b2dec4 Color Hex

#B2DEC4
(178,222,196)
0 Favorites   0 Comments

Color spaces of #b2dec4

RGB 178222196
HSL0.400.400.78
HSV145°20°87°
CMYK 0.200.000.12   0.13
XYZ54.445265.693162.0350
Yxy65.69310.29890.3606
Hunter Lab81.0513-21.934611.3565
CIE-Lab84.8396-19.40298.0598

#b2dec4 color RGB value is (178,222,196).

#b2dec4 hex color red value is 178, green value is 222 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #b2dec4 hue: 0.40 , saturation: 0.40 and the lightness value of b2dec4 is 0.78.

The process color (four color CMYK) of #b2dec4 color hex is 0.20, 0.00, 0.12, 0.13. Web safe color of #b2dec4 is #99cccc. Color #b2dec4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011110 11000100
Octal 262 336 304
Decimal 178 222 196
Hex B2 DE C4

RGB Percentages of Color #b2dec4

%29.87
%37.25
%32.89

CMYK Percentages of Color #b2dec4

%20
%0
%12
%13

Triadic Colors of #b2dec4

#b2dec4 #c4b2de #dec4b2

Analogous Colors of #b2dec4

#b2dec4 #b2deda #b6deb2

Monochromatic Colors of #b2dec4

#b2dec4

Complementary Color

#b2dec4 #deb2cc

#b2dec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dec4 Color CSS Codes

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

#b2dec4 Text Font Color

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

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


#b2dec4 Background Color

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

This div background color is #b2dec4


#b2dec4 Border Color

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

This div border color is #b2dec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dec4


Comments

No comments written yet.

Please login to write comment.