Color Hex Logo

#7deeed Color Hex

#7DEEED
(125,238,237)
0 Favorites   0 Comments

Color spaces of #7deeed

RGB 125238237
HSL0.500.770.71
HSV179°47°93°
CMYK 0.470.000.00   0.07
XYZ54.318071.623591.0826
Yxy71.62350.25030.3300
Hunter Lab84.6307-33.5381-4.5686
CIE-Lab87.7871-32.4309-9.5035

#7deeed color RGB value is (125,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101110 11101101
Octal 175 356 355
Decimal 125 238 237
Hex 7D EE ED

RGB Percentages of Color #7deeed

%20.83
%39.67
%39.50

CMYK Percentages of Color #7deeed

%47
%0
%0
%7

Triadic Colors of #7deeed

#7deeed #ed7dee #eeed7d

Analogous Colors of #7deeed

#7deeed #7db7ee #7deeb5

Monochromatic Colors of #7deeed

#7deeed

Complementary Color

#7deeed #ee7d7e

#7deeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deeed Color CSS Codes

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

#7deeed Text Font Color

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

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


#7deeed Background Color

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

This div background color is #7deeed


#7deeed Border Color

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

This div border color is #7deeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deeed


Comments

No comments written yet.

Please login to write comment.