Color Hex Logo

#7dedee Color Hex

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

Color spaces of #7dedee

RGB 125237238
HSL0.500.770.71
HSV181°47°93°
CMYK 0.470.000.00   0.07
XYZ54.174371.101491.7576
Yxy71.10140.24960.3276
Hunter Lab84.3216-32.8816-5.4934
CIE-Lab87.5342-31.7075-10.4037

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

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

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

Base Numbers

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

RGB Percentages of Color #7dedee

%20.83
%39.50
%39.67

CMYK Percentages of Color #7dedee

%47
%0
%0
%7

Triadic Colors of #7dedee

#7dedee #ee7ded #edee7d

Analogous Colors of #7dedee

#7dedee #7db5ee #7deeb7

Monochromatic Colors of #7dedee

#7dedee

Complementary Color

#7dedee #ee7e7d

#7dedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedee Color CSS Codes

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

#7dedee Text Font Color

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

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


#7dedee Background Color

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

This div background color is #7dedee


#7dedee Border Color

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

This div border color is #7dedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedee


Comments

No comments written yet.

Please login to write comment.