Color Hex Logo

#01ddff Color Hex

#01DDFF
(1,221,255)
0 Favorites   0 Comments

Color spaces of #01ddff

RGB 1221255
HSL0.521.000.50
HSV188°100°100°
CMYK 1.000.130.00   0.00
XYZ43.919058.9394103.6694
Yxy58.93940.21270.2854
Hunter Lab76.7720-32.2364-26.3221
CIE-Lab81.2583-32.6646-29.0688

#01ddff color RGB value is (1,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011101 11111111
Octal 1 335 377
Decimal 1 221 255
Hex 1 DD FF

RGB Percentages of Color #01ddff

%0.21
%46.33
%53.46

CMYK Percentages of Color #01ddff

%100
%13
%0
%0

Triadic Colors of #01ddff

#01ddff #ff01dd #ddff01

Analogous Colors of #01ddff

#01ddff #015eff #01ffa2

Monochromatic Colors of #01ddff

#01ddff

Complementary Color

#01ddff #ff2301

#01ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ddff Color CSS Codes

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

#01ddff Text Font Color

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

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


#01ddff Background Color

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

This div background color is #01ddff


#01ddff Border Color

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

This div border color is #01ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ddff


Comments

No comments written yet.

Please login to write comment.