Color Hex Logo

#003ded Color Hex

#003DED
(0,61,237)
0 Favorites   0 Comments

Color spaces of #003ded

RGB 061237
HSL0.621.000.46
HSV225°100°93°
CMYK 1.000.740.00   0.07
XYZ16.95489.451981.0515
Yxy9.45190.15780.0880
Hunter Lab30.743944.6380-134.7879
CIE-Lab36.840253.7036-90.1541

#003ded color RGB value is (0,61,237).

#003ded hex color red value is 0, green value is 61 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #003ded hue: 0.62 , saturation: 1.00 and the lightness value of 003ded is 0.46.

The process color (four color CMYK) of #003ded color hex is 1.00, 0.74, 0.00, 0.07. Web safe color of #003ded is #0033ff. Color #003ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111101 11101101
Octal 0 75 355
Decimal 0 61 237
Hex 0 3D ED

RGB Percentages of Color #003ded

%0.00
%20.47
%79.53

CMYK Percentages of Color #003ded

%100
%74
%0
%7

Triadic Colors of #003ded

#003ded #ed003d #3ded00

Analogous Colors of #003ded

#003ded #3a00ed #00b4ed

Monochromatic Colors of #003ded

#003ded

Complementary Color

#003ded #edb000

#003ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#003ded Color CSS Codes

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

#003ded Text Font Color

<p style="color:#003ded">Text here</p>

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


#003ded Background Color

<div style="background-color:#003ded">
Div content here</div>

This div background color is #003ded


#003ded Border Color

<div style="border:3px solid #003ded">
Div here</div>

This div border color is #003ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,61,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003ded;
  -webkit-box-shadow: 1px 1px 3px 2px #003ded;
  box-shadow:         1px 1px 3px 2px #003ded; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003ded


Comments

No comments written yet.

Please login to write comment.