Color Hex Logo

#7dfded Color Hex

#7DFDED
(125,253,237)
0 Favorites   0 Comments

Color spaces of #7dfded

RGB 125253237
HSL0.480.970.74
HSV173°51°99°
CMYK 0.510.000.06   0.01
XYZ58.868880.725092.5995
Yxy80.72500.25350.3477
Hunter Lab89.8471-40.27731.7867
CIE-Lab92.0092-39.3514-3.2643

#7dfded color RGB value is (125,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111101 11101101
Octal 175 375 355
Decimal 125 253 237
Hex 7D FD ED

RGB Percentages of Color #7dfded

%20.33
%41.14
%38.54

CMYK Percentages of Color #7dfded

%51
%0
%6
%1

Triadic Colors of #7dfded

#7dfded #ed7dfd #fded7d

Analogous Colors of #7dfded

#7dfded #7dcdfd #7dfdad

Monochromatic Colors of #7dfded

#7dfded

Complementary Color

#7dfded #fd7d8d

#7dfded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfded Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfded Color CSS Codes

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

#7dfded Text Font Color

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

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


#7dfded Background Color

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

This div background color is #7dfded


#7dfded Border Color

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

This div border color is #7dfded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfded

Related Colors


Comments

No comments written yet.

Please login to write comment.