Color Hex Logo

#1ee7ff Color Hex

#1EE7FF
(30,231,255)
0 Favorites   0 Comments

Color spaces of #1ee7ff

RGB 30231255
HSL0.521.000.56
HSV186°88°100°
CMYK 0.880.090.00   0.00
XYZ47.161364.6478104.6004
Yxy64.64780.21790.2987
Hunter Lab80.4039-36.0066-20.8499
CIE-Lab84.3019-36.4964-24.4084

#1ee7ff color RGB value is (30,231,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11100111 11111111
Octal 36 347 377
Decimal 30 231 255
Hex 1E E7 FF

RGB Percentages of Color #1ee7ff

%5.81
%44.77
%49.42

CMYK Percentages of Color #1ee7ff

%88
%9
%0
%0

Triadic Colors of #1ee7ff

#1ee7ff #ff1ee7 #e7ff1e

Analogous Colors of #1ee7ff

#1ee7ff #1e77ff #1effa7

Monochromatic Colors of #1ee7ff

#1ee7ff

Complementary Color

#1ee7ff #ff361e

#1ee7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ee7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ee7ff Color CSS Codes

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

#1ee7ff Text Font Color

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

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


#1ee7ff Background Color

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

This div background color is #1ee7ff


#1ee7ff Border Color

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

This div border color is #1ee7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ee7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.