Color Hex Logo

#b5c675 Color Hex

#B5C675
(181,198,117)
0 Favorites   0 Comments

Color spaces of #b5c675

RGB 181198117
HSL0.200.420.62
HSV73°41°78°
CMYK 0.090.000.41   0.22
XYZ42.461051.496324.5315
Yxy51.49630.35840.4346
Hunter Lab71.7609-19.963029.9643
CIE-Lab76.9787-18.543838.6097

#b5c675 color RGB value is (181,198,117).

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

The process color (four color CMYK) of #b5c675 color hex is 0.09, 0.00, 0.41, 0.22. Web safe color of #b5c675 is #cccc66. Color #b5c675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000110 01110101
Octal 265 306 165
Decimal 181 198 117
Hex B5 C6 75

RGB Percentages of Color #b5c675

%36.49
%39.92
%23.59

CMYK Percentages of Color #b5c675

%9
%0
%41
%22

Triadic Colors of #b5c675

#b5c675 #75b5c6 #c675b5

Analogous Colors of #b5c675

#b5c675 #8dc675 #c6af75

Monochromatic Colors of #b5c675

#b5c675

Complementary Color

#b5c675 #8675c6

#b5c675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c675 Color CSS Codes

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

#b5c675 Text Font Color

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

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


#b5c675 Background Color

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

This div background color is #b5c675


#b5c675 Border Color

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

This div border color is #b5c675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c675


Comments

No comments written yet.

Please login to write comment.