Color Hex Logo

#7ecaeb Color Hex

#7ECAEB
(126,202,235)
0 Favorites   0 Comments

Color spaces of #7ecaeb

RGB 126202235
HSL0.550.730.71
HSV198°46°92°
CMYK 0.460.140.00   0.08
XYZ44.720152.674886.4075
Yxy52.67480.24330.2866
Hunter Lab72.5774-17.0239-19.7839
CIE-Lab77.6826-14.9161-23.6439

#7ecaeb color RGB value is (126,202,235).

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

The process color (four color CMYK) of #7ecaeb color hex is 0.46, 0.14, 0.00, 0.08. Web safe color of #7ecaeb is #66ccff. Color #7ecaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 11101011
Octal 176 312 353
Decimal 126 202 235
Hex 7E CA EB

RGB Percentages of Color #7ecaeb

%22.38
%35.88
%41.74

CMYK Percentages of Color #7ecaeb

%46
%14
%0
%8

Triadic Colors of #7ecaeb

#7ecaeb #eb7eca #caeb7e

Analogous Colors of #7ecaeb

#7ecaeb #7e94eb #7eebd6

Monochromatic Colors of #7ecaeb

#7ecaeb

Complementary Color

#7ecaeb #eb9f7e

#7ecaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecaeb Color CSS Codes

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

#7ecaeb Text Font Color

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

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


#7ecaeb Background Color

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

This div background color is #7ecaeb


#7ecaeb Border Color

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

This div border color is #7ecaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecaeb

#7ecaeb Color Palettes


Comments

No comments written yet.

Please login to write comment.