Color Hex Logo

#7dd066 Color Hex

#7DD066
(125,208,102)
0 Favorites   0 Comments

Color spaces of #7dd066

RGB 125208102
HSL0.300.530.61
HSV107°51°82°
CMYK 0.400.000.51   0.18
XYZ33.411650.431020.5436
Yxy50.43100.32010.4831
Hunter Lab71.0148-40.293832.5586
CIE-Lab76.3331-45.110644.4847

#7dd066 color RGB value is (125,208,102).

#7dd066 hex color red value is 125, green value is 208 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #7dd066 hue: 0.30 , saturation: 0.53 and the lightness value of 7dd066 is 0.61.

The process color (four color CMYK) of #7dd066 color hex is 0.40, 0.00, 0.51, 0.18. Web safe color of #7dd066 is #66cc66. Color #7dd066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010000 01100110
Octal 175 320 146
Decimal 125 208 102
Hex 7D D0 66

RGB Percentages of Color #7dd066

%28.74
%47.82
%23.45

CMYK Percentages of Color #7dd066

%40
%0
%51
%18

Triadic Colors of #7dd066

#7dd066 #667dd0 #d0667d

Analogous Colors of #7dd066

#7dd066 #66d084 #b2d066

Monochromatic Colors of #7dd066

#7dd066

Complementary Color

#7dd066 #b966d0

#7dd066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd066 Color CSS Codes

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

#7dd066 Text Font Color

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

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


#7dd066 Background Color

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

This div background color is #7dd066


#7dd066 Border Color

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

This div border color is #7dd066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,208,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dd066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dd066;
  -webkit-box-shadow: 1px 1px 3px 2px #7dd066;
  box-shadow:         1px 1px 3px 2px #7dd066; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd066


Comments

No comments written yet.

Please login to write comment.