Color Hex Logo

#1edafd Color Hex

#1EDAFD
(30,218,253)
0 Favorites   0 Comments

Color spaces of #1edafd

RGB 30218253
HSL0.530.980.55
HSV189°88°99°
CMYK 0.880.140.00   0.01
XYZ43.336457.5107101.7451
Yxy57.51070.21390.2839
Hunter Lab75.8358-30.7088-26.4614
CIE-Lab80.4660-30.9664-29.2098

#1edafd color RGB value is (30,218,253).

#1edafd hex color red value is 30, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1edafd hue: 0.53 , saturation: 0.98 and the lightness value of 1edafd is 0.55.

The process color (four color CMYK) of #1edafd color hex is 0.88, 0.14, 0.00, 0.01. Web safe color of #1edafd is #33ccff. Color #1edafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011010 11111101
Octal 36 332 375
Decimal 30 218 253
Hex 1E DA FD

RGB Percentages of Color #1edafd

%5.99
%43.51
%50.50

CMYK Percentages of Color #1edafd

%88
%14
%0
%1

Triadic Colors of #1edafd

#1edafd #fd1eda #dafd1e

Analogous Colors of #1edafd

#1edafd #1e6bfd #1efdb1

Monochromatic Colors of #1edafd

#1edafd

Complementary Color

#1edafd #fd411e

#1edafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edafd Color CSS Codes

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

#1edafd Text Font Color

<p style="color:#1edafd">Text here</p>

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


#1edafd Background Color

<div style="background-color:#1edafd">
Div content here</div>

This div background color is #1edafd


#1edafd Border Color

<div style="border:3px solid #1edafd">
Div here</div>

This div border color is #1edafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,218,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1edafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1edafd;
  -webkit-box-shadow: 1px 1px 3px 2px #1edafd;
  box-shadow:         1px 1px 3px 2px #1edafd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,218,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 #1edafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edafd

#1edafd Color Palettes


Comments

No comments written yet.

Please login to write comment.