Color Hex Logo

#005dec Color Hex

#005DEC
(0,93,236)
0 Favorites   0 Comments

Color spaces of #005dec

RGB 093236
HSL0.601.000.46
HSV216°100°93°
CMYK 1.000.610.00   0.07
XYZ19.054713.884881.0326
Yxy13.88480.16720.1218
Hunter Lab37.262326.0699-102.8516
CIE-Lab44.067333.7232-77.6796

#005dec color RGB value is (0,93,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 11101100
Octal 0 135 354
Decimal 0 93 236
Hex 0 5D EC

RGB Percentages of Color #005dec

%0.00
%28.27
%71.73

CMYK Percentages of Color #005dec

%100
%61
%0
%7

Triadic Colors of #005dec

#005dec #ec005d #5dec00

Analogous Colors of #005dec

#005dec #1900ec #00d3ec

Monochromatic Colors of #005dec

#005dec

Complementary Color

#005dec #ec8f00

#005dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#005dec Color CSS Codes

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

#005dec Text Font Color

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

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


#005dec Background Color

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

This div background color is #005dec


#005dec Border Color

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

This div border color is #005dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005dec


Comments

No comments written yet.

Please login to write comment.