Color Hex Logo

#1eccea Color Hex

#1ECCEA
(30,204,234)
0 Favorites   0 Comments

Color spaces of #1eccea

RGB 30204234
HSL0.520.830.52
HSV189°87°92°
CMYK 0.870.130.00   0.08
XYZ36.979649.402385.4285
Yxy49.40230.21520.2875
Hunter Lab70.2868-29.0886-22.8620
CIE-Lab75.7009-30.2471-26.3587

#1eccea color RGB value is (30,204,234).

#1eccea hex color red value is 30, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1eccea hue: 0.52 , saturation: 0.83 and the lightness value of 1eccea is 0.52.

The process color (four color CMYK) of #1eccea color hex is 0.87, 0.13, 0.00, 0.08. Web safe color of #1eccea is #33ccff. Color #1eccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001100 11101010
Octal 36 314 352
Decimal 30 204 234
Hex 1E CC EA

RGB Percentages of Color #1eccea

%6.41
%43.59
%50.00

CMYK Percentages of Color #1eccea

%87
%13
%0
%8

Triadic Colors of #1eccea

#1eccea #ea1ecc #ccea1e

Analogous Colors of #1eccea

#1eccea #1e66ea #1eeaa2

Monochromatic Colors of #1eccea

#1eccea

Complementary Color

#1eccea #ea3c1e

#1eccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eccea Color CSS Codes

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

#1eccea Text Font Color

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

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


#1eccea Background Color

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

This div background color is #1eccea


#1eccea Border Color

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

This div border color is #1eccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eccea


Comments

No comments written yet.

Please login to write comment.