Color Hex Logo

#1eedff Color Hex

#1EEDFF
(30,237,255)
0 Favorites   0 Comments

Color spaces of #1eedff

RGB 30237255
HSL0.511.000.56
HSV185°88°100°
CMYK 0.880.070.00   0.00
XYZ48.869668.0644105.1698
Yxy68.06440.22000.3065
Hunter Lab82.5012-38.6424-17.8302
CIE-Lab86.0386-39.2594-21.7715

#1eedff color RGB value is (30,237,255).

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

The process color (four color CMYK) of #1eedff color hex is 0.88, 0.07, 0.00, 0.00. Web safe color of #1eedff is #33ffff. Color #1eedff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101101 11111111
Octal 36 355 377
Decimal 30 237 255
Hex 1E ED FF

RGB Percentages of Color #1eedff

%5.75
%45.40
%48.85

CMYK Percentages of Color #1eedff

%88
%7
%0
%0

Triadic Colors of #1eedff

#1eedff #ff1eed #edff1e

Analogous Colors of #1eedff

#1eedff #1e7dff #1effa1

Monochromatic Colors of #1eedff

#1eedff

Complementary Color

#1eedff #ff301e

#1eedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eedff Color CSS Codes

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

#1eedff Text Font Color

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

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


#1eedff Background Color

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

This div background color is #1eedff


#1eedff Border Color

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

This div border color is #1eedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eedff


Comments

No comments written yet.

Please login to write comment.