Color Hex Logo

#7dfeef Color Hex

#7DFEEF
(125,254,239)
0 Favorites   0 Comments

Color spaces of #7dfeef

RGB 125254239
HSL0.480.980.74
HSV173°51°100°
CMYK 0.510.000.06   0.00
XYZ59.479281.475694.2528
Yxy81.47560.25290.3464
Hunter Lab90.2638-40.33941.2745
CIE-Lab92.3429-39.3219-3.8100

#7dfeef color RGB value is (125,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111110 11101111
Octal 175 376 357
Decimal 125 254 239
Hex 7D FE EF

RGB Percentages of Color #7dfeef

%20.23
%41.10
%38.67

CMYK Percentages of Color #7dfeef

%51
%0
%6
%0

Triadic Colors of #7dfeef

#7dfeef #ef7dfe #feef7d

Analogous Colors of #7dfeef

#7dfeef #7dcdfe #7dfeaf

Monochromatic Colors of #7dfeef

#7dfeef

Complementary Color

#7dfeef #fe7d8c

#7dfeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfeef Color CSS Codes

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

#7dfeef Text Font Color

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

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


#7dfeef Background Color

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

This div background color is #7dfeef


#7dfeef Border Color

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

This div border color is #7dfeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfeef


Comments

No comments written yet.

Please login to write comment.