Color Hex Logo

#023553 Color Hex

#023553
(2,53,83)
0 Favorites   0 Comments

Color spaces of #023553

RGB 25383
HSL0.560.950.17
HSV202°98°33°
CMYK 0.980.360.00   0.67
XYZ2.85953.18368.6474
Yxy3.18360.19460.2167
Hunter Lab17.8426-2.6178-16.2449
CIE-Lab20.7647-2.9600-22.5809

#023553 color RGB value is (2,53,83).

#023553 hex color red value is 2, green value is 53 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #023553 hue: 0.56 , saturation: 0.95 and the lightness value of 023553 is 0.17.

The process color (four color CMYK) of #023553 color hex is 0.98, 0.36, 0.00, 0.67. Web safe color of #023553 is #003366. Color #023553 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110101 01010011
Octal 2 65 123
Decimal 2 53 83
Hex 2 35 53

RGB Percentages of Color #023553

%1.45
%38.41
%60.14

CMYK Percentages of Color #023553

%98
%36
%0
%67

Triadic Colors of #023553

#023553 #530235 #355302

Analogous Colors of #023553

#023553 #020d53 #025348

Monochromatic Colors of #023553

#023553

Complementary Color

#023553 #532002

#023553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023553 Color CSS Codes

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

#023553 Text Font Color

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

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


#023553 Background Color

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

This div background color is #023553


#023553 Border Color

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

This div border color is #023553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023553


Comments

No comments written yet.

Please login to write comment.