Color Hex Logo

#7deec2 Color Hex

#7DEEC2
(125,238,194)
0 Favorites   0 Comments

Color spaces of #7deec2

RGB 125238194
HSL0.440.770.71
HSV157°47°93°
CMYK 0.470.000.18   0.07
XYZ48.769669.404161.8648
Yxy69.40410.27090.3855
Hunter Lab83.3091-41.296114.2880
CIE-Lab86.7038-42.399711.4256

#7deec2 color RGB value is (125,238,194).

#7deec2 hex color red value is 125, green value is 238 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #7deec2 hue: 0.44 , saturation: 0.77 and the lightness value of 7deec2 is 0.71.

The process color (four color CMYK) of #7deec2 color hex is 0.47, 0.00, 0.18, 0.07. Web safe color of #7deec2 is #66ffcc. Color #7deec2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101110 11000010
Octal 175 356 302
Decimal 125 238 194
Hex 7D EE C2

RGB Percentages of Color #7deec2

%22.44
%42.73
%34.83

CMYK Percentages of Color #7deec2

%47
%0
%18
%7

Triadic Colors of #7deec2

#7deec2 #c27dee #eec27d

Analogous Colors of #7deec2

#7deec2 #7de2ee #7dee8a

Monochromatic Colors of #7deec2

#7deec2

Complementary Color

#7deec2 #ee7da9

#7deec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deec2 Color CSS Codes

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

#7deec2 Text Font Color

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

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


#7deec2 Background Color

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

This div background color is #7deec2


#7deec2 Border Color

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

This div border color is #7deec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deec2


Comments

No comments written yet.

Please login to write comment.