Color Hex Logo

#7ecfde Color Hex

#7ECFDE
(126,207,222)
0 Favorites   0 Comments

Color spaces of #7ecfde

RGB 126207222
HSL0.530.590.68
HSV189°43°87°
CMYK 0.430.070.00   0.13
XYZ44.101854.335277.2706
Yxy54.33520.25100.3092
Hunter Lab73.7124-22.2010-10.5533
CIE-Lab78.6568-20.9157-15.1931

#7ecfde color RGB value is (126,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001111 11011110
Octal 176 317 336
Decimal 126 207 222
Hex 7E CF DE

RGB Percentages of Color #7ecfde

%22.70
%37.30
%40.00

CMYK Percentages of Color #7ecfde

%43
%7
%0
%13

Triadic Colors of #7ecfde

#7ecfde #de7ecf #cfde7e

Analogous Colors of #7ecfde

#7ecfde #7e9fde #7edebd

Monochromatic Colors of #7ecfde

#7ecfde

Complementary Color

#7ecfde #de8d7e

#7ecfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecfde Color CSS Codes

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

#7ecfde Text Font Color

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

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


#7ecfde Background Color

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

This div background color is #7ecfde


#7ecfde Border Color

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

This div border color is #7ecfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecfde


Comments

No comments written yet.

Please login to write comment.