Color Hex Logo

#b8dd41 Color Hex

#B8DD41
(184,221,65)
0 Favorites   0 Comments

Color spaces of #b8dd41

RGB 18422165
HSL0.210.700.56
HSV74°71°87°
CMYK 0.170.000.71   0.13
XYZ46.577862.284914.5683
Yxy62.28490.37740.5046
Hunter Lab78.9208-32.763544.3000
CIE-Lab83.0647-32.802868.5081

#b8dd41 color RGB value is (184,221,65).

#b8dd41 hex color red value is 184, green value is 221 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b8dd41 hue: 0.21 , saturation: 0.70 and the lightness value of b8dd41 is 0.56.

The process color (four color CMYK) of #b8dd41 color hex is 0.17, 0.00, 0.71, 0.13. Web safe color of #b8dd41 is #cccc33. Color #b8dd41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011101 01000001
Octal 270 335 101
Decimal 184 221 65
Hex B8 DD 41

RGB Percentages of Color #b8dd41

%39.15
%47.02
%13.83

CMYK Percentages of Color #b8dd41

%17
%0
%71
%13

Triadic Colors of #b8dd41

#b8dd41 #41b8dd #dd41b8

Analogous Colors of #b8dd41

#b8dd41 #6add41 #ddb441

Monochromatic Colors of #b8dd41

#b8dd41

Complementary Color

#b8dd41 #6641dd

#b8dd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dd41 Color CSS Codes

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

#b8dd41 Text Font Color

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

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


#b8dd41 Background Color

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

This div background color is #b8dd41


#b8dd41 Border Color

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

This div border color is #b8dd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dd41


Comments

No comments written yet.

Please login to write comment.