Color Hex Logo

#1eddff Color Hex

#1EDDFF
(30,221,255)
0 Favorites   0 Comments

Color spaces of #1eddff

RGB 30221255
HSL0.531.000.56
HSV189°88°100°
CMYK 0.880.130.00   0.00
XYZ44.441959.2089103.6939
Yxy59.20890.21430.2856
Hunter Lab76.9473-31.5629-26.0358
CIE-Lab81.4063-31.7746-28.8291

#1eddff color RGB value is (30,221,255).

#1eddff hex color red value is 30, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1eddff hue: 0.53 , saturation: 1.00 and the lightness value of 1eddff is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011101 11111111
Octal 36 335 377
Decimal 30 221 255
Hex 1E DD FF

RGB Percentages of Color #1eddff

%5.93
%43.68
%50.40

CMYK Percentages of Color #1eddff

%88
%13
%0
%0

Triadic Colors of #1eddff

#1eddff #ff1edd #ddff1e

Analogous Colors of #1eddff

#1eddff #1e6dff #1effb1

Monochromatic Colors of #1eddff

#1eddff

Complementary Color

#1eddff #ff401e

#1eddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eddff Color CSS Codes

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

#1eddff Text Font Color

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

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


#1eddff Background Color

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

This div background color is #1eddff


#1eddff Border Color

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

This div border color is #1eddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eddff


Comments

No comments written yet.

Please login to write comment.