Color Hex Logo

#7ecafd Color Hex

#7ECAFD
(126,202,253)
0 Favorites   0 Comments

Color spaces of #7ecafd

RGB 126202253
HSL0.570.970.74
HSV204°50°99°
CMYK 0.500.200.00   0.01
XYZ47.454353.7685100.8058
Yxy53.76850.23490.2661
Hunter Lab73.3270-12.8042-30.1796
CIE-Lab78.3266-9.9224-32.2949

#7ecafd color RGB value is (126,202,253).

#7ecafd hex color red value is 126, green value is 202 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7ecafd hue: 0.57 , saturation: 0.97 and the lightness value of 7ecafd is 0.74.

The process color (four color CMYK) of #7ecafd color hex is 0.50, 0.20, 0.00, 0.01. Web safe color of #7ecafd is #66ccff. Color #7ecafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 11111101
Octal 176 312 375
Decimal 126 202 253
Hex 7E CA FD

RGB Percentages of Color #7ecafd

%21.69
%34.77
%43.55

CMYK Percentages of Color #7ecafd

%50
%20
%0
%1

Triadic Colors of #7ecafd

#7ecafd #fd7eca #cafd7e

Analogous Colors of #7ecafd

#7ecafd #7e8bfd #7efdf1

Monochromatic Colors of #7ecafd

#7ecafd

Complementary Color

#7ecafd #fdb17e

#7ecafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecafd Color CSS Codes

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

#7ecafd Text Font Color

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

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


#7ecafd Background Color

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

This div background color is #7ecafd


#7ecafd Border Color

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

This div border color is #7ecafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecafd


Comments

No comments written yet.

Please login to write comment.