Color Hex Logo

#004253 Color Hex

#004253
(0,66,83)
0 Favorites   0 Comments

Color spaces of #004253

RGB 06683
HSL0.531.000.16
HSV192°100°33°
CMYK 1.000.200.00   0.67
XYZ3.50954.52108.8713
Yxy4.52100.20760.2675
Hunter Lab21.2626-7.7474-9.8534
CIE-Lab25.3240-11.6242-15.4556

#004253 color RGB value is (0,66,83).

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

The process color (four color CMYK) of #004253 color hex is 1.00, 0.20, 0.00, 0.67. Web safe color of #004253 is #003366. Color #004253 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000010 01010011
Octal 0 102 123
Decimal 0 66 83
Hex 0 42 53

RGB Percentages of Color #004253

%0.00
%44.30
%55.70

CMYK Percentages of Color #004253

%100
%20
%0
%67

Triadic Colors of #004253

#004253 #530042 #425300

Analogous Colors of #004253

#004253 #001953 #00533b

Monochromatic Colors of #004253

#004253

Complementary Color

#004253 #531100

#004253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004253 Color CSS Codes

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

#004253 Text Font Color

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

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


#004253 Background Color

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

This div background color is #004253


#004253 Border Color

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

This div border color is #004253


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,66,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 #004253">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004253


Comments

No comments written yet.

Please login to write comment.