Color Hex Logo

#b0c645 Color Hex

#B0C645
(176,198,69)
0 Favorites   0 Comments

Color spaces of #b0c645

RGB 17619869
HSL0.200.530.52
HSV70°65°78°
CMYK 0.110.000.65   0.22
XYZ39.172850.047913.2258
Yxy50.04790.38240.4885
Hunter Lab70.7445-24.963638.4368
CIE-Lab76.0987-24.883559.7417

#b0c645 color RGB value is (176,198,69).

#b0c645 hex color red value is 176, green value is 198 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b0c645 hue: 0.20 , saturation: 0.53 and the lightness value of b0c645 is 0.52.

The process color (four color CMYK) of #b0c645 color hex is 0.11, 0.00, 0.65, 0.22. Web safe color of #b0c645 is #99cc33. Color #b0c645 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11000110 01000101
Octal 260 306 105
Decimal 176 198 69
Hex B0 C6 45

RGB Percentages of Color #b0c645

%39.73
%44.70
%15.58

CMYK Percentages of Color #b0c645

%11
%0
%65
%22

Triadic Colors of #b0c645

#b0c645 #45b0c6 #c645b0

Analogous Colors of #b0c645

#b0c645 #70c645 #c69c45

Monochromatic Colors of #b0c645

#b0c645

Complementary Color

#b0c645 #5b45c6

#b0c645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0c645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0c645 Color CSS Codes

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

#b0c645 Text Font Color

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

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


#b0c645 Background Color

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

This div background color is #b0c645


#b0c645 Border Color

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

This div border color is #b0c645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0c645


Comments

No comments written yet.

Please login to write comment.