Color Hex Logo

#018ffd Color Hex

#018FFD
(1,143,253)
0 Favorites   0 Comments

Color spaces of #018ffd

RGB 1143253
HSL0.570.990.50
HSV206°100°99°
CMYK 1.000.430.00   0.01
XYZ27.564626.743296.6377
Yxy26.74320.18260.1772
Hunter Lab51.71384.6452-74.5956
CIE-Lab58.73598.8218-63.3475

#018ffd color RGB value is (1,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001111 11111101
Octal 1 217 375
Decimal 1 143 253
Hex 1 8F FD

RGB Percentages of Color #018ffd

%0.25
%36.02
%63.73

CMYK Percentages of Color #018ffd

%100
%43
%0
%1

Triadic Colors of #018ffd

#018ffd #fd018f #8ffd01

Analogous Colors of #018ffd

#018ffd #0111fd #01fded

Monochromatic Colors of #018ffd

#018ffd

Complementary Color

#018ffd #fd6f01

#018ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#018ffd Color CSS Codes

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

#018ffd Text Font Color

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

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


#018ffd Background Color

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

This div background color is #018ffd


#018ffd Border Color

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

This div border color is #018ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018ffd


Comments

No comments written yet.

Please login to write comment.