Color Hex Logo

#b5dc7a Color Hex

#B5DC7A
(181,220,122)
0 Favorites   0 Comments

Color spaces of #b5dc7a

RGB 181220122
HSL0.230.580.67
HSV84°45°86°
CMYK 0.180.000.45   0.14
XYZ48.162162.415327.9213
Yxy62.41530.34770.4507
Hunter Lab79.0034-29.438534.3481
CIE-Lab83.1338-28.680943.8565

#b5dc7a color RGB value is (181,220,122).

#b5dc7a hex color red value is 181, green value is 220 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b5dc7a hue: 0.23 , saturation: 0.58 and the lightness value of b5dc7a is 0.67.

The process color (four color CMYK) of #b5dc7a color hex is 0.18, 0.00, 0.45, 0.14. Web safe color of #b5dc7a is #cccc66. Color #b5dc7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011100 01111010
Octal 265 334 172
Decimal 181 220 122
Hex B5 DC 7A

RGB Percentages of Color #b5dc7a

%34.61
%42.07
%23.33

CMYK Percentages of Color #b5dc7a

%18
%0
%45
%14

Triadic Colors of #b5dc7a

#b5dc7a #7ab5dc #dc7ab5

Analogous Colors of #b5dc7a

#b5dc7a #84dc7a #dcd27a

Monochromatic Colors of #b5dc7a

#b5dc7a

Complementary Color

#b5dc7a #a17adc

#b5dc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dc7a Color CSS Codes

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

#b5dc7a Text Font Color

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

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


#b5dc7a Background Color

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

This div background color is #b5dc7a


#b5dc7a Border Color

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

This div border color is #b5dc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dc7a


Comments

No comments written yet.

Please login to write comment.