Color Hex Logo

#01ddde Color Hex

#01DDDE
(1,221,222)
0 Favorites   0 Comments

Color spaces of #01ddde

RGB 1221222
HSL0.500.990.44
HSV180°100°87°
CMYK 1.000.000.00   0.13
XYZ39.053856.993378.0497
Yxy56.99330.22430.3274
Hunter Lab75.4939-39.7744-8.4515
CIE-Lab80.1758-42.8347-13.1716

#01ddde color RGB value is (1,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011101 11011110
Octal 1 335 336
Decimal 1 221 222
Hex 1 DD DE

RGB Percentages of Color #01ddde

%0.23
%49.77
%50.00

CMYK Percentages of Color #01ddde

%100
%0
%0
%13

Triadic Colors of #01ddde

#01ddde #de01dd #ddde01

Analogous Colors of #01ddde

#01ddde #016fde #01de71

Monochromatic Colors of #01ddde

#01ddde

Complementary Color

#01ddde #de0201

#01ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ddde Color CSS Codes

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

#01ddde Text Font Color

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

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


#01ddde Background Color

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

This div background color is #01ddde


#01ddde Border Color

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

This div border color is #01ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ddde


Comments

No comments written yet.

Please login to write comment.