Color Hex Logo

#1eddfd Color Hex

#1EDDFD
(30,221,253)
0 Favorites   0 Comments

Color spaces of #1eddfd

RGB 30221253
HSL0.520.980.55
HSV189°88°99°
CMYK 0.880.130.00   0.01
XYZ44.121559.0808102.0068
Yxy59.08080.21500.2879
Hunter Lab76.8640-32.0495-24.8793
CIE-Lab81.3360-32.4064-27.8773

#1eddfd color RGB value is (30,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011101 11111101
Octal 36 335 375
Decimal 30 221 253
Hex 1E DD FD

RGB Percentages of Color #1eddfd

%5.95
%43.85
%50.20

CMYK Percentages of Color #1eddfd

%88
%13
%0
%1

Triadic Colors of #1eddfd

#1eddfd #fd1edd #ddfd1e

Analogous Colors of #1eddfd

#1eddfd #1e6efd #1efdae

Monochromatic Colors of #1eddfd

#1eddfd

Complementary Color

#1eddfd #fd3e1e

#1eddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eddfd Color CSS Codes

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

#1eddfd Text Font Color

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

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


#1eddfd Background Color

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

This div background color is #1eddfd


#1eddfd Border Color

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

This div border color is #1eddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eddfd


Comments

No comments written yet.

Please login to write comment.