color codes Logo

#01eccd color codes

#01ECCD
(1,236,205)
0 Favorites   0 Comments

Color spaces of #01eccd

RGB 1236205
HSL0.480.990.46
HSV172°100°93°
CMYK 1.000.000.13   0.07
XYZ41.027464.405168.0267
Yxy64.40510.23650.3713
Hunter Lab80.2528-49.18835.9195
CIE-Lab84.1762-53.91881.7412

#01eccd color RGB value is (1,236,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101100 11001101
Octal 1 354 315
Decimal 1 236 205
Hex 1 EC CD

RGB Percentages of Color #01eccd

%0.23
%53.39
%46.38

CMYK Percentages of Color #01eccd

%100
%0
%13
%7

Triadic Colors of #01eccd

#01eccd #cd01ec #eccd01

Analogous Colors of #01eccd

#01eccd #0196ec #01ec58

Monochromatic Colors of #01eccd

#01eccd

Complementary Color

#01eccd #ec0120

#01eccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01eccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01eccd Color CSS Codes

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

#01eccd Text Font Color

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

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


#01eccd Background Color

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

This div background color is #01eccd


#01eccd Border Color

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

This div border color is #01eccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,236,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01eccd


Comments

No comments written yet.

Please login to write comment.