Color Hex Logo

#b8ca5e Color Hex

#B8CA5E
(184,202,94)
0 Favorites   0 Comments

Color spaces of #b8ca5e

RGB 18420294
HSL0.190.500.58
HSV70°53°79°
CMYK 0.090.000.53   0.21
XYZ42.908153.239618.6044
Yxy53.23960.37390.4640
Hunter Lab72.9655-22.720835.9583
CIE-Lab78.0162-21.679251.1160

#b8ca5e color RGB value is (184,202,94).

#b8ca5e hex color red value is 184, green value is 202 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b8ca5e hue: 0.19 , saturation: 0.50 and the lightness value of b8ca5e is 0.58.

The process color (four color CMYK) of #b8ca5e color hex is 0.09, 0.00, 0.53, 0.21. Web safe color of #b8ca5e is #cccc66. Color #b8ca5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001010 01011110
Octal 270 312 136
Decimal 184 202 94
Hex B8 CA 5E

RGB Percentages of Color #b8ca5e

%38.33
%42.08
%19.58

CMYK Percentages of Color #b8ca5e

%9
%0
%53
%21

Triadic Colors of #b8ca5e

#b8ca5e #5eb8ca #ca5eb8

Analogous Colors of #b8ca5e

#b8ca5e #82ca5e #caa65e

Monochromatic Colors of #b8ca5e

#b8ca5e

Complementary Color

#b8ca5e #705eca

#b8ca5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ca5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ca5e Color CSS Codes

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

#b8ca5e Text Font Color

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

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


#b8ca5e Background Color

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

This div background color is #b8ca5e


#b8ca5e Border Color

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

This div border color is #b8ca5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,202,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8ca5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8ca5e;
  -webkit-box-shadow: 1px 1px 3px 2px #b8ca5e;
  box-shadow:         1px 1px 3px 2px #b8ca5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,202,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ca5e


Comments

No comments written yet.

Please login to write comment.