Color Hex Logo

#1ecafd Color Hex

#1ECAFD
(30,202,253)
0 Favorites   0 Comments

Color spaces of #1ecafd

RGB 30202253
HSL0.540.980.55
HSV194°88°99°
CMYK 0.880.200.00   0.01
XYZ39.385649.6089100.4281
Yxy49.60890.20790.2619
Hunter Lab70.4336-23.4438-35.2354
CIE-Lab75.8286-23.0468-36.3580

#1ecafd color RGB value is (30,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001010 11111101
Octal 36 312 375
Decimal 30 202 253
Hex 1E CA FD

RGB Percentages of Color #1ecafd

%6.19
%41.65
%52.16

CMYK Percentages of Color #1ecafd

%88
%20
%0
%1

Triadic Colors of #1ecafd

#1ecafd #fd1eca #cafd1e

Analogous Colors of #1ecafd

#1ecafd #1e5afd #1efdc1

Monochromatic Colors of #1ecafd

#1ecafd

Complementary Color

#1ecafd #fd511e

#1ecafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ecafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ecafd Color CSS Codes

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

#1ecafd Text Font Color

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

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


#1ecafd Background Color

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

This div background color is #1ecafd


#1ecafd Border Color

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

This div border color is #1ecafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ecafd

Related Colors


Comments

No comments written yet.

Please login to write comment.