Color Hex Logo

#b7c445 Color Hex

#B7C445
(183,196,69)
0 Favorites   0 Comments

Color spaces of #b7c445

RGB 18319669
HSL0.180.520.52
HSV66°65°77°
CMYK 0.070.000.65   0.23
XYZ40.342549.976813.1504
Yxy49.97680.38990.4830
Hunter Lab70.6943-21.851938.4570
CIE-Lab76.0550-21.028159.8550

#b7c445 color RGB value is (183,196,69).

#b7c445 hex color red value is 183, green value is 196 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b7c445 hue: 0.18 , saturation: 0.52 and the lightness value of b7c445 is 0.52.

The process color (four color CMYK) of #b7c445 color hex is 0.07, 0.00, 0.65, 0.23. Web safe color of #b7c445 is #cccc33. Color #b7c445 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11000100 01000101
Octal 267 304 105
Decimal 183 196 69
Hex B7 C4 45

RGB Percentages of Color #b7c445

%40.85
%43.75
%15.40

CMYK Percentages of Color #b7c445

%7
%0
%65
%23

Triadic Colors of #b7c445

#b7c445 #45b7c4 #c445b7

Analogous Colors of #b7c445

#b7c445 #78c445 #c49245

Monochromatic Colors of #b7c445

#b7c445

Complementary Color

#b7c445 #5245c4

#b7c445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7c445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7c445 Color CSS Codes

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

#b7c445 Text Font Color

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

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


#b7c445 Background Color

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

This div background color is #b7c445


#b7c445 Border Color

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

This div border color is #b7c445


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,196,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 #b7c445">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7c445


Comments

No comments written yet.

Please login to write comment.