Color Hex Logo

#153a53 Color Hex

#153A53
(21,58,83)
0 Favorites   0 Comments

Color spaces of #153a53

RGB 215883
HSL0.570.600.20
HSV204°75°33°
CMYK 0.750.300.00   0.67
XYZ3.38363.81018.7407
Yxy3.81010.21230.2391
Hunter Lab19.5195-3.2170-12.8861
CIE-Lab23.0334-3.7661-18.9774

#153a53 color RGB value is (21,58,83).

#153a53 hex color red value is 21, green value is 58 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #153a53 hue: 0.57 , saturation: 0.60 and the lightness value of 153a53 is 0.20.

The process color (four color CMYK) of #153a53 color hex is 0.75, 0.30, 0.00, 0.67. Web safe color of #153a53 is #003366. Color #153a53 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111010 01010011
Octal 25 72 123
Decimal 21 58 83
Hex 15 3A 53

RGB Percentages of Color #153a53

%12.96
%35.80
%51.23

CMYK Percentages of Color #153a53

%75
%30
%0
%67

Triadic Colors of #153a53

#153a53 #53153a #3a5315

Analogous Colors of #153a53

#153a53 #151b53 #15534d

Monochromatic Colors of #153a53

#153a53

Complementary Color

#153a53 #532e15

#153a53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153a53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153a53 Color CSS Codes

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

#153a53 Text Font Color

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

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


#153a53 Background Color

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

This div background color is #153a53


#153a53 Border Color

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

This div border color is #153a53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153a53


Comments

No comments written yet.

Please login to write comment.