Color Hex Logo

#1eccfc Color Hex

#1ECCFC
(30,204,252)
0 Favorites   0 Comments

Color spaces of #1eccfc

RGB 30204252
HSL0.540.970.55
HSV193°88°99°
CMYK 0.880.190.00   0.01
XYZ39.699050.490099.7487
Yxy50.49000.20900.2658
Hunter Lab71.0563-24.6210-33.4918
CIE-Lab76.3690-24.3903-34.9862

#1eccfc color RGB value is (30,204,252).

#1eccfc hex color red value is 30, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #1eccfc hue: 0.54 , saturation: 0.97 and the lightness value of 1eccfc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001100 11111100
Octal 36 314 374
Decimal 30 204 252
Hex 1E CC FC

RGB Percentages of Color #1eccfc

%6.17
%41.98
%51.85

CMYK Percentages of Color #1eccfc

%88
%19
%0
%1

Triadic Colors of #1eccfc

#1eccfc #fc1ecc #ccfc1e

Analogous Colors of #1eccfc

#1eccfc #1e5dfc #1efcbd

Monochromatic Colors of #1eccfc

#1eccfc

Complementary Color

#1eccfc #fc4e1e

#1eccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eccfc Color CSS Codes

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

#1eccfc Text Font Color

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

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


#1eccfc Background Color

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

This div background color is #1eccfc


#1eccfc Border Color

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

This div border color is #1eccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eccfc


Comments

No comments written yet.

Please login to write comment.