Color Hex Logo

#b2c988 Color Hex

#B2C988
(178,201,136)
0 Favorites   0 Comments

Color spaces of #b2c988

RGB 178201136
HSL0.230.380.66
HSV81°32°79°
CMYK 0.110.000.32   0.21
XYZ43.690753.015831.2229
Yxy53.01580.34150.4144
Hunter Lab72.8119-20.312325.5439
CIE-Lab77.8843-18.792729.9828

#b2c988 color RGB value is (178,201,136).

#b2c988 hex color red value is 178, green value is 201 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b2c988 hue: 0.23 , saturation: 0.38 and the lightness value of b2c988 is 0.66.

The process color (four color CMYK) of #b2c988 color hex is 0.11, 0.00, 0.32, 0.21. Web safe color of #b2c988 is #99cc99. Color #b2c988 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001001 10001000
Octal 262 311 210
Decimal 178 201 136
Hex B2 C9 88

RGB Percentages of Color #b2c988

%34.56
%39.03
%26.41

CMYK Percentages of Color #b2c988

%11
%0
%32
%21

Triadic Colors of #b2c988

#b2c988 #88b2c9 #c988b2

Analogous Colors of #b2c988

#b2c988 #92c988 #c9c088

Monochromatic Colors of #b2c988

#b2c988

Complementary Color

#b2c988 #9f88c9

#b2c988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c988 Color CSS Codes

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

#b2c988 Text Font Color

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

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


#b2c988 Background Color

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

This div background color is #b2c988


#b2c988 Border Color

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

This div border color is #b2c988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c988


Comments

No comments written yet.

Please login to write comment.