Color Hex Logo

#b2e185 Color Hex

#B2E185
(178,225,133)
0 Favorites   0 Comments

Color spaces of #b2e185

RGB 178225133
HSL0.250.610.70
HSV91°41°88°
CMYK 0.210.000.41   0.12
XYZ49.518965.008932.1283
Yxy65.00890.33770.4433
Hunter Lab80.6281-31.470832.8141
CIE-Lab84.4883-30.810840.1063

#b2e185 color RGB value is (178,225,133).

#b2e185 hex color red value is 178, green value is 225 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b2e185 hue: 0.25 , saturation: 0.61 and the lightness value of b2e185 is 0.70.

The process color (four color CMYK) of #b2e185 color hex is 0.21, 0.00, 0.41, 0.12. Web safe color of #b2e185 is #99cc99. Color #b2e185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11100001 10000101
Octal 262 341 205
Decimal 178 225 133
Hex B2 E1 85

RGB Percentages of Color #b2e185

%33.21
%41.98
%24.81

CMYK Percentages of Color #b2e185

%21
%0
%41
%12

Triadic Colors of #b2e185

#b2e185 #85b2e1 #e185b2

Analogous Colors of #b2e185

#b2e185 #85e186 #e0e185

Monochromatic Colors of #b2e185

#b2e185

Complementary Color

#b2e185 #b485e1

#b2e185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2e185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2e185 Color CSS Codes

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

#b2e185 Text Font Color

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

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


#b2e185 Background Color

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

This div background color is #b2e185


#b2e185 Border Color

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

This div border color is #b2e185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2e185


Comments

No comments written yet.

Please login to write comment.