Color Hex Logo

#7dfaee Color Hex

#7DFAEE
(125,250,238)
0 Favorites   0 Comments

Color spaces of #7dfaee

RGB 125250238
HSL0.480.930.74
HSV174°50°98°
CMYK 0.500.000.05   0.02
XYZ58.075778.904293.0581
Yxy78.90420.25250.3430
Hunter Lab88.8280-38.74590.0662
CIE-Lab91.1909-37.7471-4.9874

#7dfaee color RGB value is (125,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111010 11101110
Octal 175 372 356
Decimal 125 250 238
Hex 7D FA EE

RGB Percentages of Color #7dfaee

%20.39
%40.78
%38.83

CMYK Percentages of Color #7dfaee

%50
%0
%5
%2

Triadic Colors of #7dfaee

#7dfaee #ee7dfa #faee7d

Analogous Colors of #7dfaee

#7dfaee #7dc8fa #7dfab0

Monochromatic Colors of #7dfaee

#7dfaee

Complementary Color

#7dfaee #fa7d89

#7dfaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfaee Color CSS Codes

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

#7dfaee Text Font Color

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

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


#7dfaee Background Color

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

This div background color is #7dfaee


#7dfaee Border Color

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

This div border color is #7dfaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfaee


Comments

No comments written yet.

Please login to write comment.