Color Hex Logo

#7de299 Color Hex

#7DE299
(125,226,153)
0 Favorites   0 Comments

Color spaces of #7de299

RGB 125226153
HSL0.380.640.69
HSV137°45°89°
CMYK 0.450.000.32   0.11
XYZ41.403661.052639.7391
Yxy61.05260.29120.4294
Hunter Lab78.1362-42.152924.5411
CIE-Lab82.4070-45.141426.7397

#7de299 color RGB value is (125,226,153).

#7de299 hex color red value is 125, green value is 226 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #7de299 hue: 0.38 , saturation: 0.64 and the lightness value of 7de299 is 0.69.

The process color (four color CMYK) of #7de299 color hex is 0.45, 0.00, 0.32, 0.11. Web safe color of #7de299 is #66cc99. Color #7de299 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100010 10011001
Octal 175 342 231
Decimal 125 226 153
Hex 7D E2 99

RGB Percentages of Color #7de299

%24.80
%44.84
%30.36

CMYK Percentages of Color #7de299

%45
%0
%32
%11

Triadic Colors of #7de299

#7de299 #997de2 #e2997d

Analogous Colors of #7de299

#7de299 #7de2cc #94e27d

Monochromatic Colors of #7de299

#7de299

Complementary Color

#7de299 #e27dc6

#7de299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de299 Color CSS Codes

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

#7de299 Text Font Color

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

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


#7de299 Background Color

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

This div background color is #7de299


#7de299 Border Color

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

This div border color is #7de299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de299


Comments

No comments written yet.

Please login to write comment.