Color Hex Logo

#7edcfd Color Hex

#7EDCFD
(126,220,253)
0 Favorites   0 Comments

Color spaces of #7edcfd

RGB 126220253
HSL0.540.970.74
HSV196°50°99°
CMYK 0.500.130.00   0.01
XYZ51.927062.7139102.2967
Yxy62.71390.23940.2891
Hunter Lab79.1921-21.5421-21.1536
CIE-Lab83.2916-19.2338-24.6907

#7edcfd color RGB value is (126,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 11111101
Octal 176 334 375
Decimal 126 220 253
Hex 7E DC FD

RGB Percentages of Color #7edcfd

%21.04
%36.73
%42.24

CMYK Percentages of Color #7edcfd

%50
%13
%0
%1

Triadic Colors of #7edcfd

#7edcfd #fd7edc #dcfd7e

Analogous Colors of #7edcfd

#7edcfd #7e9dfd #7efddf

Monochromatic Colors of #7edcfd

#7edcfd

Complementary Color

#7edcfd #fd9f7e

#7edcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edcfd Color CSS Codes

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

#7edcfd Text Font Color

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

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


#7edcfd Background Color

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

This div background color is #7edcfd


#7edcfd Border Color

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

This div border color is #7edcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edcfd


Comments

No comments written yet.

Please login to write comment.