Color Hex Logo

#b4d05d Color Hex

#B4D05D
(180,208,93)
0 Favorites   0 Comments

Color spaces of #b4d05d

RGB 18020893
HSL0.210.550.59
HSV75°55°82°
CMYK 0.130.000.55   0.18
XYZ43.354055.605418.8038
Yxy55.60540.36810.4722
Hunter Lab74.5690-26.716937.2474
CIE-Lab79.3887-26.270953.0872

#b4d05d color RGB value is (180,208,93).

#b4d05d hex color red value is 180, green value is 208 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b4d05d hue: 0.21 , saturation: 0.55 and the lightness value of b4d05d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11010000 01011101
Octal 264 320 135
Decimal 180 208 93
Hex B4 D0 5D

RGB Percentages of Color #b4d05d

%37.42
%43.24
%19.33

CMYK Percentages of Color #b4d05d

%13
%0
%55
%18

Triadic Colors of #b4d05d

#b4d05d #5db4d0 #d05db4

Analogous Colors of #b4d05d

#b4d05d #7bd05d #d0b35d

Monochromatic Colors of #b4d05d

#b4d05d

Complementary Color

#b4d05d #795dd0

#b4d05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d05d Color CSS Codes

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

#b4d05d Text Font Color

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

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


#b4d05d Background Color

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

This div background color is #b4d05d


#b4d05d Border Color

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

This div border color is #b4d05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d05d


Comments

No comments written yet.

Please login to write comment.