Color Hex Logo

#b5dd4d Color Hex

#B5DD4D
(181,221,77)
0 Favorites   0 Comments

Color spaces of #b5dd4d

RGB 18122177
HSL0.210.680.58
HSV77°65°87°
CMYK 0.180.000.65   0.13
XYZ46.252162.072516.5646
Yxy62.07250.37030.4970
Hunter Lab78.7861-33.085642.6847
CIE-Lab82.9520-33.237863.8398

#b5dd4d color RGB value is (181,221,77).

#b5dd4d hex color red value is 181, green value is 221 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b5dd4d hue: 0.21 , saturation: 0.68 and the lightness value of b5dd4d is 0.58.

The process color (four color CMYK) of #b5dd4d color hex is 0.18, 0.00, 0.65, 0.13. Web safe color of #b5dd4d is #cccc66. Color #b5dd4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011101 01001101
Octal 265 335 115
Decimal 181 221 77
Hex B5 DD 4D

RGB Percentages of Color #b5dd4d

%37.79
%46.14
%16.08

CMYK Percentages of Color #b5dd4d

%18
%0
%65
%13

Triadic Colors of #b5dd4d

#b5dd4d #4db5dd #dd4db5

Analogous Colors of #b5dd4d

#b5dd4d #6ddd4d #ddbd4d

Monochromatic Colors of #b5dd4d

#b5dd4d

Complementary Color

#b5dd4d #754ddd

#b5dd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dd4d Color CSS Codes

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

#b5dd4d Text Font Color

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

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


#b5dd4d Background Color

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

This div background color is #b5dd4d


#b5dd4d Border Color

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

This div border color is #b5dd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dd4d


Comments

No comments written yet.

Please login to write comment.