Color Hex Logo

#7ecaee Color Hex

#7ECAEE
(126,202,238)
0 Favorites   0 Comments

Color spaces of #7ecaee

RGB 126202238
HSL0.550.770.71
HSV199°47°93°
CMYK 0.470.150.00   0.07
XYZ45.157352.849788.7099
Yxy52.84970.24180.2830
Hunter Lab72.6978-16.3433-21.4605
CIE-Lab77.7862-14.0993-25.0956

#7ecaee color RGB value is (126,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 11101110
Octal 176 312 356
Decimal 126 202 238
Hex 7E CA EE

RGB Percentages of Color #7ecaee

%22.26
%35.69
%42.05

CMYK Percentages of Color #7ecaee

%47
%15
%0
%7

Triadic Colors of #7ecaee

#7ecaee #ee7eca #caee7e

Analogous Colors of #7ecaee

#7ecaee #7e92ee #7eeeda

Monochromatic Colors of #7ecaee

#7ecaee

Complementary Color

#7ecaee #eea27e

#7ecaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecaee Color CSS Codes

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

#7ecaee Text Font Color

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

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


#7ecaee Background Color

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

This div background color is #7ecaee


#7ecaee Border Color

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

This div border color is #7ecaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecaee


Comments

No comments written yet.

Please login to write comment.