Color Hex Logo

#b2c27a Color Hex

#B2C27A
(178,194,122)
0 Favorites   0 Comments

Color spaces of #b2c27a

RGB 178194122
HSL0.200.370.62
HSV73°37°76°
CMYK 0.080.000.37   0.24
XYZ41.164749.453725.7883
Yxy49.45370.35360.4248
Hunter Lab70.3233-18.578527.4841
CIE-Lab75.7327-17.103334.4177

#b2c27a color RGB value is (178,194,122).

#b2c27a hex color red value is 178, green value is 194 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b2c27a hue: 0.20 , saturation: 0.37 and the lightness value of b2c27a is 0.62.

The process color (four color CMYK) of #b2c27a color hex is 0.08, 0.00, 0.37, 0.24. Web safe color of #b2c27a is #99cc66. Color #b2c27a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000010 01111010
Octal 262 302 172
Decimal 178 194 122
Hex B2 C2 7A

RGB Percentages of Color #b2c27a

%36.03
%39.27
%24.70

CMYK Percentages of Color #b2c27a

%8
%0
%37
%24

Triadic Colors of #b2c27a

#b2c27a #7ab2c2 #c27ab2

Analogous Colors of #b2c27a

#b2c27a #8ec27a #c2ae7a

Monochromatic Colors of #b2c27a

#b2c27a

Complementary Color

#b2c27a #8a7ac2

#b2c27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c27a Color CSS Codes

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

#b2c27a Text Font Color

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

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


#b2c27a Background Color

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

This div background color is #b2c27a


#b2c27a Border Color

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

This div border color is #b2c27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c27a


Comments

No comments written yet.

Please login to write comment.