Color Hex Logo

#005dd4 Color Hex

#005DD4
(0,93,212)
1 Favorites   0 Comments

Color spaces of #005dd4

RGB 093212
HSL0.591.000.42
HSV214°100°83°
CMYK 1.000.560.00   0.17
XYZ15.798012.582263.8833
Yxy12.58220.17120.1364
Hunter Lab35.471417.4241-81.9502
CIE-Lab42.126924.3636-67.2135

#005dd4 color RGB value is (0,93,212).

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

The process color (four color CMYK) of #005dd4 color hex is 1.00, 0.56, 0.00, 0.17. Web safe color of #005dd4 is #0066cc. Color #005dd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 11010100
Octal 0 135 324
Decimal 0 93 212
Hex 0 5D D4

RGB Percentages of Color #005dd4

%0.00
%30.49
%69.51

CMYK Percentages of Color #005dd4

%100
%56
%0
%17

Triadic Colors of #005dd4

#005dd4 #d4005d #5dd400

Analogous Colors of #005dd4

#005dd4 #0d00d4 #00c7d4

Monochromatic Colors of #005dd4

#005dd4

Complementary Color

#005dd4 #d47700

#005dd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005dd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005dd4 Color CSS Codes

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

#005dd4 Text Font Color

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

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


#005dd4 Background Color

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

This div background color is #005dd4


#005dd4 Border Color

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

This div border color is #005dd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005dd4


Comments

No comments written yet.

Please login to write comment.