Color Hex Logo

#7ecdfd Color Hex

#7ECDFD
(126,205,253)
0 Favorites   0 Comments

Color spaces of #7ecdfd

RGB 126205253
HSL0.560.970.74
HSV203°50°99°
CMYK 0.500.190.00   0.01
XYZ48.165155.1901101.0427
Yxy55.19010.23560.2700
Hunter Lab74.2900-14.2791-28.6380
CIE-Lab79.1506-11.5039-31.0267

#7ecdfd color RGB value is (126,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001101 11111101
Octal 176 315 375
Decimal 126 205 253
Hex 7E CD FD

RGB Percentages of Color #7ecdfd

%21.58
%35.10
%43.32

CMYK Percentages of Color #7ecdfd

%50
%19
%0
%1

Triadic Colors of #7ecdfd

#7ecdfd #fd7ecd #cdfd7e

Analogous Colors of #7ecdfd

#7ecdfd #7e8efd #7efdee

Monochromatic Colors of #7ecdfd

#7ecdfd

Complementary Color

#7ecdfd #fdae7e

#7ecdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecdfd Color CSS Codes

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

#7ecdfd Text Font Color

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

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


#7ecdfd Background Color

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

This div background color is #7ecdfd


#7ecdfd Border Color

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

This div border color is #7ecdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecdfd


Comments

No comments written yet.

Please login to write comment.