Color Hex Logo

#7df8eb Color Hex

#7DF8EB
(125,248,235)
0 Favorites   0 Comments

Color spaces of #7df8eb

RGB 125248235
HSL0.480.900.73
HSV174°50°97°
CMYK 0.500.000.05   0.03
XYZ57.020277.492990.5496
Yxy77.49290.25340.3443
Hunter Lab88.0301-38.43180.6341
CIE-Lab90.5480-37.5620-4.3749

#7df8eb color RGB value is (125,248,235).

#7df8eb hex color red value is 125, green value is 248 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7df8eb hue: 0.48 , saturation: 0.90 and the lightness value of 7df8eb is 0.73.

The process color (four color CMYK) of #7df8eb color hex is 0.50, 0.00, 0.05, 0.03. Web safe color of #7df8eb is #66ffff. Color #7df8eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111000 11101011
Octal 175 370 353
Decimal 125 248 235
Hex 7D F8 EB

RGB Percentages of Color #7df8eb

%20.56
%40.79
%38.65

CMYK Percentages of Color #7df8eb

%50
%0
%5
%3

Triadic Colors of #7df8eb

#7df8eb #eb7df8 #f8eb7d

Analogous Colors of #7df8eb

#7df8eb #7dc8f8 #7df8ae

Monochromatic Colors of #7df8eb

#7df8eb

Complementary Color

#7df8eb #f87d8a

#7df8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7df8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7df8eb Color CSS Codes

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

#7df8eb Text Font Color

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

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


#7df8eb Background Color

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

This div background color is #7df8eb


#7df8eb Border Color

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

This div border color is #7df8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7df8eb


Comments

No comments written yet.

Please login to write comment.