Color Hex Logo

#01adfd Color Hex

#01ADFD
(1,173,253)
0 Favorites   0 Comments

Color spaces of #01adfd

RGB 1173253
HSL0.550.990.50
HSV199°100°99°
CMYK 1.000.320.00   0.01
XYZ32.685736.985498.3447
Yxy36.98540.19450.2201
Hunter Lab60.8156-10.4915-53.3067
CIE-Lab67.2661-8.6031-49.7653

#01adfd color RGB value is (1,173,253).

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

The process color (four color CMYK) of #01adfd color hex is 1.00, 0.32, 0.00, 0.01. Web safe color of #01adfd is #0099ff. Color #01adfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101101 11111101
Octal 1 255 375
Decimal 1 173 253
Hex 1 AD FD

RGB Percentages of Color #01adfd

%0.23
%40.52
%59.25

CMYK Percentages of Color #01adfd

%100
%32
%0
%1

Triadic Colors of #01adfd

#01adfd #fd01ad #adfd01

Analogous Colors of #01adfd

#01adfd #012ffd #01fdcf

Monochromatic Colors of #01adfd

#01adfd

Complementary Color

#01adfd #fd5101

#01adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01adfd Color CSS Codes

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

#01adfd Text Font Color

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

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


#01adfd Background Color

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

This div background color is #01adfd


#01adfd Border Color

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

This div border color is #01adfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,173,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 #01adfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01adfd

Related Colors


Comments

No comments written yet.

Please login to write comment.