Color Hex Logo

#7df655 Color Hex

#7DF655
(125,246,85)
0 Favorites   0 Comments

Color spaces of #7df655

RGB 12524685
HSL0.290.900.65
HSV105°65°96°
CMYK 0.490.000.65   0.04
XYZ43.052970.927420.0156
Yxy70.92740.32130.5293
Hunter Lab84.2184-56.132144.8618
CIE-Lab87.4497-61.909864.6426

#7df655 color RGB value is (125,246,85).

#7df655 hex color red value is 125, green value is 246 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #7df655 hue: 0.29 , saturation: 0.90 and the lightness value of 7df655 is 0.65.

The process color (four color CMYK) of #7df655 color hex is 0.49, 0.00, 0.65, 0.04. Web safe color of #7df655 is #66ff66. Color #7df655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11110110 01010101
Octal 175 366 125
Decimal 125 246 85
Hex 7D F6 55

RGB Percentages of Color #7df655

%27.41
%53.95
%18.64

CMYK Percentages of Color #7df655

%49
%0
%65
%4

Triadic Colors of #7df655

#7df655 #557df6 #f6557d

Analogous Colors of #7df655

#7df655 #55f67e #cef655

Monochromatic Colors of #7df655

#7df655

Complementary Color

#7df655 #ce55f6

#7df655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7df655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7df655 Color CSS Codes

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

#7df655 Text Font Color

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

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


#7df655 Background Color

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

This div background color is #7df655


#7df655 Border Color

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

This div border color is #7df655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7df655


Comments

No comments written yet.

Please login to write comment.