Color Hex Logo

#b2eda6 Color Hex

#B2EDA6
(178,237,166)
0 Favorites   0 Comments

Color spaces of #b2eda6

RGB 178237166
HSL0.310.660.79
HSV110°30°93°
CMYK 0.250.000.30   0.07
XYZ55.527272.786547.1990
Yxy72.78650.31640.4147
Hunter Lab85.3150-33.124726.9194
CIE-Lab88.3458-31.782928.5431

#b2eda6 color RGB value is (178,237,166).

#b2eda6 hex color red value is 178, green value is 237 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #b2eda6 hue: 0.31 , saturation: 0.66 and the lightness value of b2eda6 is 0.79.

The process color (four color CMYK) of #b2eda6 color hex is 0.25, 0.00, 0.30, 0.07. Web safe color of #b2eda6 is #99ff99. Color #b2eda6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101101 10100110
Octal 262 355 246
Decimal 178 237 166
Hex B2 ED A6

RGB Percentages of Color #b2eda6

%30.64
%40.79
%28.57

CMYK Percentages of Color #b2eda6

%25
%0
%30
%7

Triadic Colors of #b2eda6

#b2eda6 #a6b2ed #eda6b2

Analogous Colors of #b2eda6

#b2eda6 #a6edbe #d6eda6

Monochromatic Colors of #b2eda6

#b2eda6

Complementary Color

#b2eda6 #e1a6ed

#b2eda6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eda6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eda6 Color CSS Codes

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

#b2eda6 Text Font Color

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

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


#b2eda6 Background Color

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

This div background color is #b2eda6


#b2eda6 Border Color

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

This div border color is #b2eda6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eda6


Comments

No comments written yet.

Please login to write comment.