Color Hex Logo

#7ec5ff Color Hex

#7EC5FF
(126,197,255)
0 Favorites   0 Comments

Color spaces of #7ec5ff

RGB 126197255
HSL0.571.000.75
HSV207°51°100°
CMYK 0.510.230.00   0.00
XYZ46.620451.5881102.1081
Yxy51.58810.23270.2575
Hunter Lab71.8249-9.8319-34.0108
CIE-Lab77.0339-6.6878-35.3595

#7ec5ff color RGB value is (126,197,255).

#7ec5ff hex color red value is 126, green value is 197 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7ec5ff hue: 0.57 , saturation: 1.00 and the lightness value of 7ec5ff is 0.75.

The process color (four color CMYK) of #7ec5ff color hex is 0.51, 0.23, 0.00, 0.00. Web safe color of #7ec5ff is #66ccff. Color #7ec5ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000101 11111111
Octal 176 305 377
Decimal 126 197 255
Hex 7E C5 FF

RGB Percentages of Color #7ec5ff

%21.80
%34.08
%44.12

CMYK Percentages of Color #7ec5ff

%51
%23
%0
%0

Triadic Colors of #7ec5ff

#7ec5ff #ff7ec5 #c5ff7e

Analogous Colors of #7ec5ff

#7ec5ff #7e85ff #7efff9

Monochromatic Colors of #7ec5ff

#7ec5ff

Complementary Color

#7ec5ff #ffb87e

#7ec5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec5ff Color CSS Codes

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

#7ec5ff Text Font Color

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

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


#7ec5ff Background Color

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

This div background color is #7ec5ff


#7ec5ff Border Color

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

This div border color is #7ec5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec5ff


Comments

No comments written yet.

Please login to write comment.