Color Hex Logo

#7dedda Color Hex

#7DEDDA
(125,237,218)
0 Favorites   0 Comments

Color spaces of #7dedda

RGB 125237218
HSL0.470.760.71
HSV170°47°93°
CMYK 0.470.000.08   0.07
XYZ51.396569.990377.1303
Yxy69.99030.25890.3526
Hunter Lab83.6602-36.74423.8999
CIE-Lab86.9921-36.5809-0.7138

#7dedda color RGB value is (125,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11011010
Octal 175 355 332
Decimal 125 237 218
Hex 7D ED DA

RGB Percentages of Color #7dedda

%21.55
%40.86
%37.59

CMYK Percentages of Color #7dedda

%47
%0
%8
%7

Triadic Colors of #7dedda

#7dedda #da7ded #edda7d

Analogous Colors of #7dedda

#7dedda #7dc8ed #7deda2

Monochromatic Colors of #7dedda

#7dedda

Complementary Color

#7dedda #ed7d90

#7dedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedda Color CSS Codes

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

#7dedda Text Font Color

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

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


#7dedda Background Color

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

This div background color is #7dedda


#7dedda Border Color

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

This div border color is #7dedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedda


Comments

No comments written yet.

Please login to write comment.