Color Hex Logo

#1eebcc Color Hex

#1EEBCC
(30,235,204)
0 Favorites   0 Comments

Color spaces of #1eebcc

RGB 30235204
HSL0.470.840.52
HSV171°87°92°
CMYK 0.870.000.13   0.08
XYZ41.142864.052367.3216
Yxy64.05230.23850.3713
Hunter Lab80.0327-48.29486.1495
CIE-Lab83.9930-52.77502.0180

#1eebcc color RGB value is (30,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101011 11001100
Octal 36 353 314
Decimal 30 235 204
Hex 1E EB CC

RGB Percentages of Color #1eebcc

%6.40
%50.11
%43.50

CMYK Percentages of Color #1eebcc

%87
%0
%13
%8

Triadic Colors of #1eebcc

#1eebcc #cc1eeb #ebcc1e

Analogous Colors of #1eebcc

#1eebcc #1ea4eb #1eeb66

Monochromatic Colors of #1eebcc

#1eebcc

Complementary Color

#1eebcc #eb1e3d

#1eebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eebcc Color CSS Codes

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

#1eebcc Text Font Color

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

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


#1eebcc Background Color

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

This div background color is #1eebcc


#1eebcc Border Color

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

This div border color is #1eebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eebcc


Comments

No comments written yet.

Please login to write comment.