Color Hex Logo

#7ecff5 Color Hex

#7ECFF5
(126,207,245)
0 Favorites   0 Comments

Color spaces of #7ecff5

RGB 126207245
HSL0.550.860.73
HSV199°49°96°
CMYK 0.490.160.00   0.04
XYZ47.398455.653894.6303
Yxy55.65380.23980.2815
Hunter Lab74.6015-17.1418-22.9870
CIE-Lab79.4164-14.7758-26.3513

#7ecff5 color RGB value is (126,207,245).

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

The process color (four color CMYK) of #7ecff5 color hex is 0.49, 0.16, 0.00, 0.04. Web safe color of #7ecff5 is #66ccff. Color #7ecff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001111 11110101
Octal 176 317 365
Decimal 126 207 245
Hex 7E CF F5

RGB Percentages of Color #7ecff5

%21.80
%35.81
%42.39

CMYK Percentages of Color #7ecff5

%49
%16
%0
%4

Triadic Colors of #7ecff5

#7ecff5 #f57ecf #cff57e

Analogous Colors of #7ecff5

#7ecff5 #7e94f5 #7ef5e0

Monochromatic Colors of #7ecff5

#7ecff5

Complementary Color

#7ecff5 #f5a47e

#7ecff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecff5 Color CSS Codes

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

#7ecff5 Text Font Color

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

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


#7ecff5 Background Color

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

This div background color is #7ecff5


#7ecff5 Border Color

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

This div border color is #7ecff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecff5


Comments

No comments written yet.

Please login to write comment.