Color Hex Logo

#8ddd21 Color Hex

#8DDD21
(141,221,33)
0 Favorites   0 Comments

Color spaces of #8ddd21

RGB 14122133
HSL0.240.740.50
HSV86°85°87°
CMYK 0.360.000.85   0.13
XYZ37.115557.485410.5785
Yxy57.48540.35290.5465
Hunter Lab75.8191-45.302944.8011
CIE-Lab80.4518-50.278674.3534

#8ddd21 color RGB value is (141,221,33).

#8ddd21 hex color red value is 141, green value is 221 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #8ddd21 hue: 0.24 , saturation: 0.74 and the lightness value of 8ddd21 is 0.50.

The process color (four color CMYK) of #8ddd21 color hex is 0.36, 0.00, 0.85, 0.13. Web safe color of #8ddd21 is #99cc33. Color #8ddd21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011101 00100001
Octal 215 335 41
Decimal 141 221 33
Hex 8D DD 21

RGB Percentages of Color #8ddd21

%35.70
%55.95
%8.35

CMYK Percentages of Color #8ddd21

%36
%0
%85
%13

Triadic Colors of #8ddd21

#8ddd21 #218ddd #dd218d

Analogous Colors of #8ddd21

#8ddd21 #2fdd21 #ddcf21

Monochromatic Colors of #8ddd21

#8ddd21

Complementary Color

#8ddd21 #7121dd

#8ddd21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddd21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddd21 Color CSS Codes

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

#8ddd21 Text Font Color

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

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


#8ddd21 Background Color

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

This div background color is #8ddd21


#8ddd21 Border Color

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

This div border color is #8ddd21


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,221,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ddd21; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ddd21;
  -webkit-box-shadow: 1px 1px 3px 2px #8ddd21;
  box-shadow:         1px 1px 3px 2px #8ddd21; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddd21


Comments

No comments written yet.

Please login to write comment.