Color Hex Logo

#7fdf10 Color Hex

#7FDF10
(127,223,16)
0 Favorites   0 Comments

Color spaces of #7fdf10

RGB 12722316
HSL0.240.870.47
HSV88°93°87°
CMYK 0.430.000.93   0.13
XYZ35.233657.32489.6980
Yxy57.32480.34460.5606
Hunter Lab75.7131-49.431945.4048
CIE-Lab80.3619-56.175376.8236

#7fdf10 color RGB value is (127,223,16).

#7fdf10 hex color red value is 127, green value is 223 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #7fdf10 hue: 0.24 , saturation: 0.87 and the lightness value of 7fdf10 is 0.47.

The process color (four color CMYK) of #7fdf10 color hex is 0.43, 0.00, 0.93, 0.13. Web safe color of #7fdf10 is #66cc00. Color #7fdf10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011111 00010000
Octal 177 337 20
Decimal 127 223 16
Hex 7F DF 10

RGB Percentages of Color #7fdf10

%34.70
%60.93
%4.37

CMYK Percentages of Color #7fdf10

%43
%0
%93
%13

Triadic Colors of #7fdf10

#7fdf10 #107fdf #df107f

Analogous Colors of #7fdf10

#7fdf10 #17df10 #dfd810

Monochromatic Colors of #7fdf10

#7fdf10

Complementary Color

#7fdf10 #7010df

#7fdf10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdf10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdf10 Color CSS Codes

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

#7fdf10 Text Font Color

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

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


#7fdf10 Background Color

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

This div background color is #7fdf10


#7fdf10 Border Color

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

This div border color is #7fdf10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,223,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fdf10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fdf10;
  -webkit-box-shadow: 1px 1px 3px 2px #7fdf10;
  box-shadow:         1px 1px 3px 2px #7fdf10; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,223,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdf10


Comments

No comments written yet.

Please login to write comment.