Color Hex Logo

#1eefcc Color Hex

#1EEFCC
(30,239,204)
0 Favorites   0 Comments

Color spaces of #1eefcc

RGB 30239204
HSL0.470.870.53
HSV170°87°94°
CMYK 0.870.000.15   0.06
XYZ42.301066.368767.7077
Yxy66.36870.23980.3763
Hunter Lab81.4670-49.88277.7506
CIE-Lab85.1841-54.39293.7466

#1eefcc color RGB value is (30,239,204).

#1eefcc hex color red value is 30, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1eefcc hue: 0.47 , saturation: 0.87 and the lightness value of 1eefcc is 0.53.

The process color (four color CMYK) of #1eefcc color hex is 0.87, 0.00, 0.15, 0.06. Web safe color of #1eefcc is #33ffcc. Color #1eefcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101111 11001100
Octal 36 357 314
Decimal 30 239 204
Hex 1E EF CC

RGB Percentages of Color #1eefcc

%6.34
%50.53
%43.13

CMYK Percentages of Color #1eefcc

%87
%0
%15
%6

Triadic Colors of #1eefcc

#1eefcc #cc1eef #efcc1e

Analogous Colors of #1eefcc

#1eefcc #1eaaef #1eef64

Monochromatic Colors of #1eefcc

#1eefcc

Complementary Color

#1eefcc #ef1e41

#1eefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eefcc Color CSS Codes

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

#1eefcc Text Font Color

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

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


#1eefcc Background Color

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

This div background color is #1eefcc


#1eefcc Border Color

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

This div border color is #1eefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eefcc


Comments

No comments written yet.

Please login to write comment.