Color Hex Logo

#154241 Color Hex

#154241
(21,66,65)
0 Favorites   0 Comments

Color spaces of #154241

RGB 216665
HSL0.500.520.17
HSV179°68°26°
CMYK 0.680.000.02   0.74
XYZ3.21164.43755.6883
Yxy4.43750.24080.3327
Hunter Lab21.0654-9.6505-1.2644
CIE-Lab25.0681-15.3717-3.9590

#154241 color RGB value is (21,66,65).

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

The process color (four color CMYK) of #154241 color hex is 0.68, 0.00, 0.02, 0.74. Web safe color of #154241 is #003333. Color #154241 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000010 01000001
Octal 25 102 101
Decimal 21 66 65
Hex 15 42 41

RGB Percentages of Color #154241

%13.82
%43.42
%42.76

CMYK Percentages of Color #154241

%68
%0
%2
%74

Triadic Colors of #154241

#154241 #411542 #424115

Analogous Colors of #154241

#154241 #152d42 #15422b

Monochromatic Colors of #154241

#154241

Complementary Color

#154241 #421516

#154241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#154241 Color CSS Codes

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

#154241 Text Font Color

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

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


#154241 Background Color

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

This div background color is #154241


#154241 Border Color

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

This div border color is #154241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154241


Comments

No comments written yet.

Please login to write comment.