Color Hex Logo

#154248 Color Hex

#154248
(21,66,72)
0 Favorites   0 Comments

Color spaces of #154248

RGB 216672
HSL0.520.550.18
HSV187°71°28°
CMYK 0.710.080.00   0.72
XYZ3.42724.52376.8234
Yxy4.52370.23200.3062
Hunter Lab21.2690-8.4580-4.1328
CIE-Lab25.3323-12.9714-8.1783

#154248 color RGB value is (21,66,72).

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

The process color (four color CMYK) of #154248 color hex is 0.71, 0.08, 0.00, 0.72. Web safe color of #154248 is #003333. Color #154248 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000010 01001000
Octal 25 102 110
Decimal 21 66 72
Hex 15 42 48

RGB Percentages of Color #154248

%13.21
%41.51
%45.28

CMYK Percentages of Color #154248

%71
%8
%0
%72

Triadic Colors of #154248

#154248 #481542 #424815

Analogous Colors of #154248

#154248 #152948 #154835

Monochromatic Colors of #154248

#154248

Complementary Color

#154248 #481b15

#154248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#154248 Color CSS Codes

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

#154248 Text Font Color

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

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


#154248 Background Color

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

This div background color is #154248


#154248 Border Color

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

This div border color is #154248


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,66,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154248


Comments

No comments written yet.

Please login to write comment.