Color Hex Logo

#8cdd3b Color Hex

#8CDD3B
(140,221,59)
0 Favorites   0 Comments

Color spaces of #8cdd3b

RGB 14022159
HSL0.250.700.55
HSV90°73°87°
CMYK 0.370.000.73   0.13
XYZ37.461157.604113.2820
Yxy57.60410.34580.5317
Hunter Lab75.8974-44.717142.7524
CIE-Lab80.5182-49.433767.2214

#8cdd3b color RGB value is (140,221,59).

#8cdd3b hex color red value is 140, green value is 221 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #8cdd3b hue: 0.25 , saturation: 0.70 and the lightness value of 8cdd3b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 00111011
Octal 214 335 73
Decimal 140 221 59
Hex 8C DD 3B

RGB Percentages of Color #8cdd3b

%33.33
%52.62
%14.05

CMYK Percentages of Color #8cdd3b

%37
%0
%73
%13

Triadic Colors of #8cdd3b

#8cdd3b #3b8cdd #dd3b8c

Analogous Colors of #8cdd3b

#8cdd3b #3bdd3b #dddd3b

Monochromatic Colors of #8cdd3b

#8cdd3b

Complementary Color

#8cdd3b #8c3bdd

#8cdd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdd3b Color CSS Codes

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

#8cdd3b Text Font Color

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

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


#8cdd3b Background Color

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

This div background color is #8cdd3b


#8cdd3b Border Color

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

This div border color is #8cdd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdd3b


Comments

No comments written yet.

Please login to write comment.