Color Hex Logo

#1eddfb Color Hex

#1EDDFB
(30,221,251)
0 Favorites   0 Comments

Color spaces of #1eddfb

RGB 30221251
HSL0.520.970.55
HSV188°88°98°
CMYK 0.880.120.00   0.02
XYZ43.804558.9540100.3373
Yxy58.95400.21570.2903
Hunter Lab76.7815-32.5319-23.7325
CIE-Lab81.2663-33.0354-26.9239

#1eddfb color RGB value is (30,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011101 11111011
Octal 36 335 373
Decimal 30 221 251
Hex 1E DD FB

RGB Percentages of Color #1eddfb

%5.98
%44.02
%50.00

CMYK Percentages of Color #1eddfb

%88
%12
%0
%2

Triadic Colors of #1eddfb

#1eddfb #fb1edd #ddfb1e

Analogous Colors of #1eddfb

#1eddfb #1e6ffb #1efbab

Monochromatic Colors of #1eddfb

#1eddfb

Complementary Color

#1eddfb #fb3c1e

#1eddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eddfb Color CSS Codes

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

#1eddfb Text Font Color

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

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


#1eddfb Background Color

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

This div background color is #1eddfb


#1eddfb Border Color

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

This div border color is #1eddfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,221,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1eddfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.