Color Hex Logo

#7edede Color Hex

#7EDEDE
(126,222,222)
1 Favorites   0 Comments

Color spaces of #7edede

RGB 126222222
HSL0.500.590.68
HSV180°43°87°
CMYK 0.430.000.00   0.13
XYZ47.910361.952178.5401
Yxy61.95210.25430.3288
Hunter Lab78.7097-29.0896-4.0655
CIE-Lab82.8879-28.3171-8.8697

#7edede color RGB value is (126,222,222).

#7edede hex color red value is 126, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7edede hue: 0.50 , saturation: 0.59 and the lightness value of 7edede is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011110 11011110
Octal 176 336 336
Decimal 126 222 222
Hex 7E DE DE

RGB Percentages of Color #7edede

%22.11
%38.95
%38.95

CMYK Percentages of Color #7edede

%43
%0
%0
%13

Triadic Colors of #7edede

#7edede #de7ede #dede7e

Analogous Colors of #7edede

#7edede #7eaede #7edeae

Monochromatic Colors of #7edede

#7edede

Complementary Color

#7edede #de7e7e

#7edede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edede Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edede Color CSS Codes

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

#7edede Text Font Color

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

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


#7edede Background Color

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

This div background color is #7edede


#7edede Border Color

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

This div border color is #7edede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,222,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7edede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7edede;
  -webkit-box-shadow: 1px 1px 3px 2px #7edede;
  box-shadow:         1px 1px 3px 2px #7edede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edede


Comments

No comments written yet.

Please login to write comment.