Color Hex Logo

#7edfcf Color Hex

#7EDFCF
(126,223,207)
0 Favorites   0 Comments

Color spaces of #7edfcf

RGB 126223207
HSL0.470.600.68
HSV170°43°87°
CMYK 0.430.000.07   0.13
XYZ46.254361.716068.5060
Yxy61.71600.26210.3497
Hunter Lab78.5595-32.38193.2892
CIE-Lab82.7622-32.4135-1.0975

#7edfcf color RGB value is (126,223,207).

#7edfcf hex color red value is 126, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7edfcf hue: 0.47 , saturation: 0.60 and the lightness value of 7edfcf is 0.68.

The process color (four color CMYK) of #7edfcf color hex is 0.43, 0.00, 0.07, 0.13. Web safe color of #7edfcf is #66cccc. Color #7edfcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011111 11001111
Octal 176 337 317
Decimal 126 223 207
Hex 7E DF CF

RGB Percentages of Color #7edfcf

%22.66
%40.11
%37.23

CMYK Percentages of Color #7edfcf

%43
%0
%7
%13

Triadic Colors of #7edfcf

#7edfcf #cf7edf #dfcf7e

Analogous Colors of #7edfcf

#7edfcf #7ebfdf #7edf9f

Monochromatic Colors of #7edfcf

#7edfcf

Complementary Color

#7edfcf #df7e8e

#7edfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edfcf Color CSS Codes

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

#7edfcf Text Font Color

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

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


#7edfcf Background Color

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

This div background color is #7edfcf


#7edfcf Border Color

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

This div border color is #7edfcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,223,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7edfcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7edfcf;
  -webkit-box-shadow: 1px 1px 3px 2px #7edfcf;
  box-shadow:         1px 1px 3px 2px #7edfcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,223,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edfcf


Comments

No comments written yet.

Please login to write comment.