Color Hex Logo

#7dedea Color Hex

#7DEDEA
(125,237,234)
0 Favorites   0 Comments

Color spaces of #7dedea

RGB 125237234
HSL0.500.760.71
HSV178°47°93°
CMYK 0.470.000.01   0.07
XYZ53.592970.868988.6963
Yxy70.86890.25140.3325
Hunter Lab84.1837-33.6850-3.5396
CIE-Lab87.4213-32.7089-8.4738

#7dedea color RGB value is (125,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11101010
Octal 175 355 352
Decimal 125 237 234
Hex 7D ED EA

RGB Percentages of Color #7dedea

%20.97
%39.77
%39.26

CMYK Percentages of Color #7dedea

%47
%0
%1
%7

Triadic Colors of #7dedea

#7dedea #ea7ded #edea7d

Analogous Colors of #7dedea

#7dedea #7db8ed #7dedb2

Monochromatic Colors of #7dedea

#7dedea

Complementary Color

#7dedea #ed7d80

#7dedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedea Color CSS Codes

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

#7dedea Text Font Color

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

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


#7dedea Background Color

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

This div background color is #7dedea


#7dedea Border Color

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

This div border color is #7dedea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedea


Comments

No comments written yet.

Please login to write comment.