Color Hex Logo

#7edcdf Color Hex

#7EDCDF
(126,220,223)
0 Favorites   0 Comments

Color spaces of #7edcdf

RGB 126220223
HSL0.510.600.68
HSV182°43°87°
CMYK 0.430.010.00   0.13
XYZ47.516760.949779.0721
Yxy60.94970.25340.3250
Hunter Lab78.0703-27.9808-5.4016
CIE-Lab82.3517-27.0984-10.1983

#7edcdf color RGB value is (126,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 11011111
Octal 176 334 337
Decimal 126 220 223
Hex 7E DC DF

RGB Percentages of Color #7edcdf

%22.14
%38.66
%39.19

CMYK Percentages of Color #7edcdf

%43
%1
%0
%13

Triadic Colors of #7edcdf

#7edcdf #df7edc #dcdf7e

Analogous Colors of #7edcdf

#7edcdf #7eacdf #7edfb2

Monochromatic Colors of #7edcdf

#7edcdf

Complementary Color

#7edcdf #df817e

#7edcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edcdf Color CSS Codes

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

#7edcdf Text Font Color

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

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


#7edcdf Background Color

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

This div background color is #7edcdf


#7edcdf Border Color

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

This div border color is #7edcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edcdf


Comments

No comments written yet.

Please login to write comment.