color codes Logo

#01dffd color codes

#01DFFD
(1,223,253)
0 Favorites   0 Comments

Color spaces of #01dffd

RGB 1223253
HSL0.520.990.50
HSV187°100°99°
CMYK 1.000.120.00   0.01
XYZ44.129859.8737102.1594
Yxy59.87370.21410.2904
Hunter Lab77.3781-33.6107-24.1137
CIE-Lab81.7695-34.2507-27.2274

#01dffd color RGB value is (1,223,253).

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

The process color (four color CMYK) of #01dffd color code is 1.00, 0.12, 0.00, 0.01. Web safe color of #01dffd is #00ccff. Color #01dffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011111 11111101
Octal 1 337 375
Decimal 1 223 253
Hex 1 DF FD

RGB Percentages of Color #01dffd

%0.21
%46.75
%53.04

CMYK Percentages of Color #01dffd

%100
%12
%0
%1

Triadic Colors of #01dffd

#01dffd #fd01df #dffd01

Analogous Colors of #01dffd

#01dffd #0161fd #01fd9d

Monochromatic Colors of #01dffd

#01dffd

Complementary Color

#01dffd #fd1f01

#01dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01dffd Color CSS Codes

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

#01dffd Text Font Color

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

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


#01dffd Background Color

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

This div background color is #01dffd


#01dffd Border Color

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

This div border color is #01dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01dffd


Comments

No comments written yet.

Please login to write comment.