Color Hex Logo

#7edefd Color Hex

#7EDEFD
(126,222,253)
0 Favorites   0 Comments

Color spaces of #7edefd

RGB 126222253
HSL0.540.970.74
HSV195°50°99°
CMYK 0.500.120.00   0.01
XYZ52.455163.7700102.4727
Yxy63.77000.23990.2916
Hunter Lab79.8561-22.4969-20.1826
CIE-Lab83.8459-20.2418-23.8474

#7edefd color RGB value is (126,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011110 11111101
Octal 176 336 375
Decimal 126 222 253
Hex 7E DE FD

RGB Percentages of Color #7edefd

%20.97
%36.94
%42.10

CMYK Percentages of Color #7edefd

%50
%12
%0
%1

Triadic Colors of #7edefd

#7edefd #fd7ede #defd7e

Analogous Colors of #7edefd

#7edefd #7e9ffd #7efddd

Monochromatic Colors of #7edefd

#7edefd

Complementary Color

#7edefd #fd9d7e

#7edefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edefd Color CSS Codes

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

#7edefd Text Font Color

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

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


#7edefd Background Color

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

This div background color is #7edefd


#7edefd Border Color

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

This div border color is #7edefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edefd

Related Colors


Comments

No comments written yet.

Please login to write comment.