Color Hex Logo

#b7d05a Color Hex

#B7D05A
(183,208,90)
0 Favorites   0 Comments

Color spaces of #b7d05a

RGB 18320890
HSL0.200.560.58
HSV73°57°82°
CMYK 0.120.000.57   0.18
XYZ43.929855.917218.1506
Yxy55.91720.37230.4739
Hunter Lab74.7778-25.997637.9532
CIE-Lab79.5667-25.341554.6989

#b7d05a color RGB value is (183,208,90).

#b7d05a hex color red value is 183, green value is 208 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b7d05a hue: 0.20 , saturation: 0.56 and the lightness value of b7d05a is 0.58.

The process color (four color CMYK) of #b7d05a color hex is 0.12, 0.00, 0.57, 0.18. Web safe color of #b7d05a is #cccc66. Color #b7d05a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11010000 01011010
Octal 267 320 132
Decimal 183 208 90
Hex B7 D0 5A

RGB Percentages of Color #b7d05a

%38.05
%43.24
%18.71

CMYK Percentages of Color #b7d05a

%12
%0
%57
%18

Triadic Colors of #b7d05a

#b7d05a #5ab7d0 #d05ab7

Analogous Colors of #b7d05a

#b7d05a #7cd05a #d0ae5a

Monochromatic Colors of #b7d05a

#b7d05a

Complementary Color

#b7d05a #735ad0

#b7d05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7d05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7d05a Color CSS Codes

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

#b7d05a Text Font Color

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

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


#b7d05a Background Color

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

This div background color is #b7d05a


#b7d05a Border Color

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

This div border color is #b7d05a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,208,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7d05a


Comments

No comments written yet.

Please login to write comment.