Color Hex Logo

#018dfd Color Hex

#018DFD
(1,141,253)
0 Favorites   0 Comments

Color spaces of #018dfd

RGB 1141253
HSL0.570.990.50
HSV207°100°99°
CMYK 1.000.440.00   0.01
XYZ27.267026.148196.5385
Yxy26.14810.18180.1744
Hunter Lab51.13525.6955-76.1393
CIE-Lab58.177410.0338-64.2446

#018dfd color RGB value is (1,141,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001101 11111101
Octal 1 215 375
Decimal 1 141 253
Hex 1 8D FD

RGB Percentages of Color #018dfd

%0.25
%35.70
%64.05

CMYK Percentages of Color #018dfd

%100
%44
%0
%1

Triadic Colors of #018dfd

#018dfd #fd018d #8dfd01

Analogous Colors of #018dfd

#018dfd #010ffd #01fdef

Monochromatic Colors of #018dfd

#018dfd

Complementary Color

#018dfd #fd7101

#018dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#018dfd Color CSS Codes

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

#018dfd Text Font Color

<p style="color:#018dfd">Text here</p>

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


#018dfd Background Color

<div style="background-color:#018dfd">
Div content here</div>

This div background color is #018dfd


#018dfd Border Color

<div style="border:3px solid #018dfd">
Div here</div>

This div border color is #018dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018dfd


Comments

No comments written yet.

Please login to write comment.