Color Hex Logo

#7dfffe Color Hex

#7DFFFE
(125,255,254)
0 Favorites   0 Comments

Color spaces of #7dfffe

RGB 125255254
HSL0.501.000.75
HSV180°51°100°
CMYK 0.510.000.00   0.00
XYZ62.106883.0357106.5201
Yxy83.03570.24680.3299
Hunter Lab91.1239-37.8077-5.5208
CIE-Lab93.0301-36.0766-10.5598

#7dfffe color RGB value is (125,255,254).

#7dfffe hex color red value is 125, green value is 255 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7dfffe hue: 0.50 , saturation: 1.00 and the lightness value of 7dfffe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111111 11111110
Octal 175 377 376
Decimal 125 255 254
Hex 7D FF FE

RGB Percentages of Color #7dfffe

%19.72
%40.22
%40.06

CMYK Percentages of Color #7dfffe

%51
%0
%0
%0

Triadic Colors of #7dfffe

#7dfffe #fe7dff #fffe7d

Analogous Colors of #7dfffe

#7dfffe #7dbfff #7dffbd

Monochromatic Colors of #7dfffe

#7dfffe

Complementary Color

#7dfffe #ff7d7e

#7dfffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfffe Color CSS Codes

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

#7dfffe Text Font Color

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

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


#7dfffe Background Color

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

This div background color is #7dfffe


#7dfffe Border Color

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

This div border color is #7dfffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfffe

Related Colors


Comments

No comments written yet.

Please login to write comment.