Color Hex Logo

#7ecfee Color Hex

#7ECFEE
(126,207,238)
0 Favorites   0 Comments

Color spaces of #7ecfee

RGB 126207238
HSL0.550.770.71
HSV197°47°93°
CMYK 0.470.130.00   0.07
XYZ46.349655.234389.1073
Yxy55.23430.24310.2897
Hunter Lab74.3198-18.7379-19.0632
CIE-Lab79.1760-16.6861-22.9778

#7ecfee color RGB value is (126,207,238).

#7ecfee hex color red value is 126, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7ecfee hue: 0.55 , saturation: 0.77 and the lightness value of 7ecfee is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001111 11101110
Octal 176 317 356
Decimal 126 207 238
Hex 7E CF EE

RGB Percentages of Color #7ecfee

%22.07
%36.25
%41.68

CMYK Percentages of Color #7ecfee

%47
%13
%0
%7

Triadic Colors of #7ecfee

#7ecfee #ee7ecf #cfee7e

Analogous Colors of #7ecfee

#7ecfee #7e97ee #7eeed5

Monochromatic Colors of #7ecfee

#7ecfee

Complementary Color

#7ecfee #ee9d7e

#7ecfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecfee Color CSS Codes

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

#7ecfee Text Font Color

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

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


#7ecfee Background Color

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

This div background color is #7ecfee


#7ecfee Border Color

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

This div border color is #7ecfee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,207,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 #7ecfee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecfee


Comments

No comments written yet.

Please login to write comment.