Color Hex Logo

#7deddf Color Hex

#7DEDDF
(125,237,223)
0 Favorites   0 Comments

Color spaces of #7deddf

RGB 125237223
HSL0.480.760.71
HSV173°47°93°
CMYK 0.470.000.06   0.07
XYZ52.060970.256180.6289
Yxy70.25610.25650.3462
Hunter Lab83.8189-35.81471.6397
CIE-Lab87.1223-35.3944-3.1452

#7deddf color RGB value is (125,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11011111
Octal 175 355 337
Decimal 125 237 223
Hex 7D ED DF

RGB Percentages of Color #7deddf

%21.37
%40.51
%38.12

CMYK Percentages of Color #7deddf

%47
%0
%6
%7

Triadic Colors of #7deddf

#7deddf #df7ded #eddf7d

Analogous Colors of #7deddf

#7deddf #7dc3ed #7deda7

Monochromatic Colors of #7deddf

#7deddf

Complementary Color

#7deddf #ed7d8b

#7deddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deddf Color CSS Codes

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

#7deddf Text Font Color

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

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


#7deddf Background Color

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

This div background color is #7deddf


#7deddf Border Color

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

This div border color is #7deddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deddf


Comments

No comments written yet.

Please login to write comment.