Color Hex Logo

#154253 Color Hex

#154253
(21,66,83)
0 Favorites   0 Comments

Color spaces of #154253

RGB 216683
HSL0.550.600.20
HSV196°75°33°
CMYK 0.750.200.00   0.67
XYZ3.81884.68048.8857
Yxy4.68040.21970.2692
Hunter Lab21.6342-6.3517-9.2079
CIE-Lab25.8041-8.9392-14.6748

#154253 color RGB value is (21,66,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000010 01010011
Octal 25 102 123
Decimal 21 66 83
Hex 15 42 53

RGB Percentages of Color #154253

%12.35
%38.82
%48.82

CMYK Percentages of Color #154253

%75
%20
%0
%67

Triadic Colors of #154253

#154253 #531542 #425315

Analogous Colors of #154253

#154253 #152353 #155345

Monochromatic Colors of #154253

#154253

Complementary Color

#154253 #532615

#154253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#154253 Color CSS Codes

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

#154253 Text Font Color

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

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


#154253 Background Color

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

This div background color is #154253


#154253 Border Color

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

This div border color is #154253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154253


Comments

No comments written yet.

Please login to write comment.