Color Hex Logo

#7dedca Color Hex

#7DEDCA
(125,237,202)
0 Favorites   0 Comments

Color spaces of #7dedca

RGB 125237202
HSL0.450.760.71
HSV161°47°93°
CMYK 0.470.000.15   0.07
XYZ49.402369.192666.6289
Yxy69.19260.26670.3736
Hunter Lab83.1821-39.556510.7361
CIE-Lab86.5993-40.22607.0981

#7dedca color RGB value is (125,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11001010
Octal 175 355 312
Decimal 125 237 202
Hex 7D ED CA

RGB Percentages of Color #7dedca

%22.16
%42.02
%35.82

CMYK Percentages of Color #7dedca

%47
%0
%15
%7

Triadic Colors of #7dedca

#7dedca #ca7ded #edca7d

Analogous Colors of #7dedca

#7dedca #7dd8ed #7ded92

Monochromatic Colors of #7dedca

#7dedca

Complementary Color

#7dedca #ed7da0

#7dedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedca Color CSS Codes

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

#7dedca Text Font Color

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

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


#7dedca Background Color

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

This div background color is #7dedca


#7dedca Border Color

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

This div border color is #7dedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedca


Comments

No comments written yet.

Please login to write comment.