Color Hex Logo

#b5c378 Color Hex

#B5C378
(181,195,120)
0 Favorites   0 Comments

Color spaces of #b5c378

RGB 181195120
HSL0.200.380.62
HSV71°38°76°
CMYK 0.070.000.38   0.24
XYZ41.961350.210025.2492
Yxy50.21000.35740.4276
Hunter Lab70.8590-18.299128.4745
CIE-Lab76.1980-16.684136.0883

#b5c378 color RGB value is (181,195,120).

#b5c378 hex color red value is 181, green value is 195 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b5c378 hue: 0.20 , saturation: 0.38 and the lightness value of b5c378 is 0.62.

The process color (four color CMYK) of #b5c378 color hex is 0.07, 0.00, 0.38, 0.24. Web safe color of #b5c378 is #cccc66. Color #b5c378 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000011 01111000
Octal 265 303 170
Decimal 181 195 120
Hex B5 C3 78

RGB Percentages of Color #b5c378

%36.49
%39.31
%24.19

CMYK Percentages of Color #b5c378

%7
%0
%38
%24

Triadic Colors of #b5c378

#b5c378 #78b5c3 #c378b5

Analogous Colors of #b5c378

#b5c378 #90c378 #c3ac78

Monochromatic Colors of #b5c378

#b5c378

Complementary Color

#b5c378 #8678c3

#b5c378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c378 Color CSS Codes

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

#b5c378 Text Font Color

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

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


#b5c378 Background Color

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

This div background color is #b5c378


#b5c378 Border Color

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

This div border color is #b5c378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c378


Comments

No comments written yet.

Please login to write comment.