Color Hex Logo

#b5cc90 Color Hex

#B5CC90
(181,204,144)
0 Favorites   0 Comments

Color spaces of #b5cc90

RGB 181204144
HSL0.230.370.68
HSV83°29°80°
CMYK 0.110.000.29   0.20
XYZ45.683055.023134.5983
Yxy55.02310.33760.4067
Hunter Lab74.1776-19.879724.2699
CIE-Lab79.0546-18.058427.4095

#b5cc90 color RGB value is (181,204,144).

#b5cc90 hex color red value is 181, green value is 204 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b5cc90 hue: 0.23 , saturation: 0.37 and the lightness value of b5cc90 is 0.68.

The process color (four color CMYK) of #b5cc90 color hex is 0.11, 0.00, 0.29, 0.20. Web safe color of #b5cc90 is #cccc99. Color #b5cc90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 10010000
Octal 265 314 220
Decimal 181 204 144
Hex B5 CC 90

RGB Percentages of Color #b5cc90

%34.22
%38.56
%27.22

CMYK Percentages of Color #b5cc90

%11
%0
%29
%20

Triadic Colors of #b5cc90

#b5cc90 #90b5cc #cc90b5

Analogous Colors of #b5cc90

#b5cc90 #97cc90 #ccc590

Monochromatic Colors of #b5cc90

#b5cc90

Complementary Color

#b5cc90 #a790cc

#b5cc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cc90 Color CSS Codes

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

#b5cc90 Text Font Color

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

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


#b5cc90 Background Color

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

This div background color is #b5cc90


#b5cc90 Border Color

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

This div border color is #b5cc90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,204,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5cc90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5cc90;
  -webkit-box-shadow: 1px 1px 3px 2px #b5cc90;
  box-shadow:         1px 1px 3px 2px #b5cc90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,204,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cc90


Comments

No comments written yet.

Please login to write comment.