Color Hex Logo

#005dff Color Hex

#005DFF
(0,93,255)
0 Favorites   0 Comments

Color spaces of #005dff

RGB 093255
HSL0.611.000.50
HSV218°100°100°
CMYK 1.000.640.00   0.00
XYZ21.964415.048796.3548
Yxy15.04870.16470.1128
Hunter Lab38.792733.1796-120.1121
CIE-Lab45.700840.8776-85.6339

#005dff color RGB value is (0,93,255).

#005dff hex color red value is 0, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #005dff hue: 0.61 , saturation: 1.00 and the lightness value of 005dff is 0.50.

The process color (four color CMYK) of #005dff color hex is 1.00, 0.64, 0.00, 0.00. Web safe color of #005dff is #0066ff. Color #005dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 11111111
Octal 0 135 377
Decimal 0 93 255
Hex 0 5D FF

RGB Percentages of Color #005dff

%0.00
%26.72
%73.28

CMYK Percentages of Color #005dff

%100
%64
%0
%0

Triadic Colors of #005dff

#005dff #ff005d #5dff00

Analogous Colors of #005dff

#005dff #2200ff #00ddff

Monochromatic Colors of #005dff

#005dff

Complementary Color

#005dff #ffa200

#005dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#005dff Color CSS Codes

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

#005dff Text Font Color

<p style="color:#005dff">Text here</p>

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


#005dff Background Color

<div style="background-color:#005dff">
Div content here</div>

This div background color is #005dff


#005dff Border Color

<div style="border:3px solid #005dff">
Div here</div>

This div border color is #005dff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,93,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005dff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005dff;
  -webkit-box-shadow: 1px 1px 3px 2px #005dff;
  box-shadow:         1px 1px 3px 2px #005dff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,93,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005dff

#005dff Color Palettes


Comments

No comments written yet.

Please login to write comment.