Color Hex Logo

#1ec2ff Color Hex

#1EC2FF
(30,194,255)
0 Favorites   0 Comments

Color spaces of #1ec2ff

RGB 30194255
HSL0.551.000.56
HSV196°88°100°
CMYK 0.880.240.00   0.00
XYZ37.877246.0796101.5057
Yxy46.07960.20420.2485
Hunter Lab67.8820-19.1929-41.1405
CIE-Lab73.5972-18.2494-40.8991

#1ec2ff color RGB value is (30,194,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11000010 11111111
Octal 36 302 377
Decimal 30 194 255
Hex 1E C2 FF

RGB Percentages of Color #1ec2ff

%6.26
%40.50
%53.24

CMYK Percentages of Color #1ec2ff

%88
%24
%0
%0

Triadic Colors of #1ec2ff

#1ec2ff #ff1ec2 #c2ff1e

Analogous Colors of #1ec2ff

#1ec2ff #1e51ff #1effcc

Monochromatic Colors of #1ec2ff

#1ec2ff

Complementary Color

#1ec2ff #ff5b1e

#1ec2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ec2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ec2ff Color CSS Codes

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

#1ec2ff Text Font Color

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

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


#1ec2ff Background Color

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

This div background color is #1ec2ff


#1ec2ff Border Color

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

This div border color is #1ec2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ec2ff


Comments

No comments written yet.

Please login to write comment.