Color Hex Logo

#01dfed Color Hex

#01DFED
(1,223,237)
0 Favorites   0 Comments

Color spaces of #01dfed

RGB 1223237
HSL0.510.990.47
HSV184°100°93°
CMYK 1.000.060.00   0.07
XYZ41.686358.896289.2918
Yxy58.89620.21950.3102
Hunter Lab76.7439-37.3428-15.2635
CIE-Lab81.2345-39.2268-19.5577

#01dfed color RGB value is (1,223,237).

#01dfed hex color red value is 1, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #01dfed hue: 0.51 , saturation: 0.99 and the lightness value of 01dfed is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011111 11101101
Octal 1 337 355
Decimal 1 223 237
Hex 1 DF ED

RGB Percentages of Color #01dfed

%0.22
%48.37
%51.41

CMYK Percentages of Color #01dfed

%100
%6
%0
%7

Triadic Colors of #01dfed

#01dfed #ed01df #dfed01

Analogous Colors of #01dfed

#01dfed #0169ed #01ed85

Monochromatic Colors of #01dfed

#01dfed

Complementary Color

#01dfed #ed0f01

#01dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#01dfed Color CSS Codes

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

#01dfed Text Font Color

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

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


#01dfed Background Color

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

This div background color is #01dfed


#01dfed Border Color

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

This div border color is #01dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01dfed


Comments

No comments written yet.

Please login to write comment.