Color Hex Logo

#01eccc Color Hex

#01ECCC
(1,236,204)
0 Favorites   0 Comments

Color spaces of #01eccc

RGB 1236204
HSL0.480.990.46
HSV172°100°93°
CMYK 1.000.000.14   0.07
XYZ40.907164.357067.3929
Yxy64.35700.23690.3727
Hunter Lab80.2228-49.36956.3481
CIE-Lab84.1513-54.18102.2308

#01eccc color RGB value is (1,236,204).

#01eccc hex color red value is 1, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #01eccc hue: 0.48 , saturation: 0.99 and the lightness value of 01eccc is 0.46.

The process color (four color CMYK) of #01eccc color hex is 1.00, 0.00, 0.14, 0.07. Web safe color of #01eccc is #00ffcc. Color #01eccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101100 11001100
Octal 1 354 314
Decimal 1 236 204
Hex 1 EC CC

RGB Percentages of Color #01eccc

%0.23
%53.51
%46.26

CMYK Percentages of Color #01eccc

%100
%0
%14
%7

Triadic Colors of #01eccc

#01eccc #cc01ec #eccc01

Analogous Colors of #01eccc

#01eccc #0197ec #01ec57

Monochromatic Colors of #01eccc

#01eccc

Complementary Color

#01eccc #ec0121

#01eccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01eccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01eccc Color CSS Codes

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

#01eccc Text Font Color

<p style="color:#01eccc">Text here</p>

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


#01eccc Background Color

<div style="background-color:#01eccc">
Div content here</div>

This div background color is #01eccc


#01eccc Border Color

<div style="border:3px solid #01eccc">
Div here</div>

This div border color is #01eccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01eccc


Comments

No comments written yet.

Please login to write comment.