Color Hex Logo

#b2cb7e Color Hex

#B2CB7E
(178,203,126)
0 Favorites   0 Comments

Color spaces of #b2cb7e

RGB 178203126
HSL0.220.430.65
HSV79°38°80°
CMYK 0.120.000.38   0.20
XYZ43.481953.683227.8088
Yxy53.68320.34790.4296
Hunter Lab73.2688-22.288328.7850
CIE-Lab78.2766-21.099435.6530

#b2cb7e color RGB value is (178,203,126).

#b2cb7e hex color red value is 178, green value is 203 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b2cb7e hue: 0.22 , saturation: 0.43 and the lightness value of b2cb7e is 0.65.

The process color (four color CMYK) of #b2cb7e color hex is 0.12, 0.00, 0.38, 0.20. Web safe color of #b2cb7e is #99cc66. Color #b2cb7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001011 01111110
Octal 262 313 176
Decimal 178 203 126
Hex B2 CB 7E

RGB Percentages of Color #b2cb7e

%35.11
%40.04
%24.85

CMYK Percentages of Color #b2cb7e

%12
%0
%38
%20

Triadic Colors of #b2cb7e

#b2cb7e #7eb2cb #cb7eb2

Analogous Colors of #b2cb7e

#b2cb7e #8ccb7e #cbbe7e

Monochromatic Colors of #b2cb7e

#b2cb7e

Complementary Color

#b2cb7e #977ecb

#b2cb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cb7e Color CSS Codes

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

#b2cb7e Text Font Color

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

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


#b2cb7e Background Color

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

This div background color is #b2cb7e


#b2cb7e Border Color

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

This div border color is #b2cb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cb7e


Comments

No comments written yet.

Please login to write comment.