Color Hex Logo

#1eeeff Color Hex

#1EEEFF
(30,238,255)
0 Favorites   0 Comments

Color spaces of #1eeeff

RGB 30238255
HSL0.511.000.56
HSV185°88°100°
CMYK 0.880.070.00   0.00
XYZ49.160068.6451105.2666
Yxy68.64510.22040.3077
Hunter Lab82.8523-39.0796-17.3332
CIE-Lab86.3280-39.7148-21.3332

#1eeeff color RGB value is (30,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101110 11111111
Octal 36 356 377
Decimal 30 238 255
Hex 1E EE FF

RGB Percentages of Color #1eeeff

%5.74
%45.51
%48.76

CMYK Percentages of Color #1eeeff

%88
%7
%0
%0

Triadic Colors of #1eeeff

#1eeeff #ff1eee #eeff1e

Analogous Colors of #1eeeff

#1eeeff #1e7eff #1effa0

Monochromatic Colors of #1eeeff

#1eeeff

Complementary Color

#1eeeff #ff2f1e

#1eeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eeeff Color CSS Codes

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

#1eeeff Text Font Color

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

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


#1eeeff Background Color

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

This div background color is #1eeeff


#1eeeff Border Color

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

This div border color is #1eeeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eeeff

Related Colors

#1eeeff Color Palettes


Comments

No comments written yet.

Please login to write comment.