Color Hex Logo

#8dda06 Color Hex

#8DDA06
(141,218,6)
0 Favorites   0 Comments

Color spaces of #8dda06

RGB 1412186
HSL0.230.950.44
HSV82°97°85°
CMYK 0.350.000.97   0.15
XYZ36.088855.81879.0443
Yxy55.81870.35750.5529
Hunter Lab74.7119-44.523345.1209
CIE-Lab79.5105-49.622677.4093

#8dda06 color RGB value is (141,218,6).

#8dda06 hex color red value is 141, green value is 218 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #8dda06 hue: 0.23 , saturation: 0.95 and the lightness value of 8dda06 is 0.44.

The process color (four color CMYK) of #8dda06 color hex is 0.35, 0.00, 0.97, 0.15. Web safe color of #8dda06 is #99cc00. Color #8dda06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011010 00000110
Octal 215 332 6
Decimal 141 218 6
Hex 8D DA 6

RGB Percentages of Color #8dda06

%38.63
%59.73
%1.64

CMYK Percentages of Color #8dda06

%35
%0
%97
%15

Triadic Colors of #8dda06

#8dda06 #068dda #da068d

Analogous Colors of #8dda06

#8dda06 #23da06 #dabd06

Monochromatic Colors of #8dda06

#8dda06

Complementary Color

#8dda06 #5306da

#8dda06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dda06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dda06 Color CSS Codes

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

#8dda06 Text Font Color

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

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


#8dda06 Background Color

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

This div background color is #8dda06


#8dda06 Border Color

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

This div border color is #8dda06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dda06


Comments

No comments written yet.

Please login to write comment.