Color Hex Logo

#01deca Color Hex

#01DECA
(1,222,202)
0 Favorites   0 Comments

Color spaces of #01deca

RGB 1222202
HSL0.480.990.44
HSV175°100°87°
CMYK 1.000.000.09   0.13
XYZ36.794556.513364.8460
Yxy56.51330.23270.3573
Hunter Lab75.1753-44.19021.4794
CIE-Lab79.9051-48.9785-2.9155

#01deca color RGB value is (1,222,202).

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

The process color (four color CMYK) of #01deca color hex is 1.00, 0.00, 0.09, 0.13. Web safe color of #01deca is #00cccc. Color #01deca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011110 11001010
Octal 1 336 312
Decimal 1 222 202
Hex 1 DE CA

RGB Percentages of Color #01deca

%0.24
%52.24
%47.53

CMYK Percentages of Color #01deca

%100
%0
%9
%13

Triadic Colors of #01deca

#01deca #ca01de #deca01

Analogous Colors of #01deca

#01deca #0184de #01de5c

Monochromatic Colors of #01deca

#01deca

Complementary Color

#01deca #de0115

#01deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#01deca Color CSS Codes

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

#01deca Text Font Color

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

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


#01deca Background Color

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

This div background color is #01deca


#01deca Border Color

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

This div border color is #01deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01deca


Comments

No comments written yet.

Please login to write comment.