Color Hex Logo

#000353 Color Hex

#000353
(0,3,83)
0 Favorites   0 Comments

Color spaces of #000353

RGB 0383
HSL0.661.000.16
HSV238°100°33°
CMYK 1.000.960.00   0.67
XYZ1.59390.68978.2327
Yxy0.68970.15160.0656
Hunter Lab8.304819.7251-52.9618
CIE-Lab6.230032.1616-46.2439

#000353 color RGB value is (0,3,83).

#000353 hex color red value is 0, green value is 3 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #000353 hue: 0.66 , saturation: 1.00 and the lightness value of 000353 is 0.16.

The process color (four color CMYK) of #000353 color hex is 1.00, 0.96, 0.00, 0.67. Web safe color of #000353 is #000066. Color #000353 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000011 01010011
Octal 0 3 123
Decimal 0 3 83
Hex 0 3 53

RGB Percentages of Color #000353

%0.00
%3.49
%96.51

CMYK Percentages of Color #000353

%100
%96
%0
%67

Triadic Colors of #000353

#000353 #530003 #035300

Analogous Colors of #000353

#000353 #270053 #002d53

Monochromatic Colors of #000353

#000353

Complementary Color

#000353 #535000

#000353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000353 Color CSS Codes

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

#000353 Text Font Color

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

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


#000353 Background Color

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

This div background color is #000353


#000353 Border Color

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

This div border color is #000353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000353


Comments

No comments written yet.

Please login to write comment.