Color Hex Logo

#7dfdec Color Hex

#7DFDEC
(125,253,236)
0 Favorites   0 Comments

Color spaces of #7dfdec

RGB 125253236
HSL0.480.970.74
HSV172°51°99°
CMYK 0.510.000.07   0.01
XYZ58.723080.666791.8321
Yxy80.66670.25400.3489
Hunter Lab89.8146-40.46802.2485
CIE-Lab91.9832-39.5915-2.7843

#7dfdec color RGB value is (125,253,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111101 11101100
Octal 175 375 354
Decimal 125 253 236
Hex 7D FD EC

RGB Percentages of Color #7dfdec

%20.36
%41.21
%38.44

CMYK Percentages of Color #7dfdec

%51
%0
%7
%1

Triadic Colors of #7dfdec

#7dfdec #ec7dfd #fdec7d

Analogous Colors of #7dfdec

#7dfdec #7dcefd #7dfdac

Monochromatic Colors of #7dfdec

#7dfdec

Complementary Color

#7dfdec #fd7d8e

#7dfdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfdec Color CSS Codes

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

#7dfdec Text Font Color

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

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


#7dfdec Background Color

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

This div background color is #7dfdec


#7dfdec Border Color

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

This div border color is #7dfdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfdec

Related Colors


Comments

No comments written yet.

Please login to write comment.