Color Hex Logo

#254248 Color Hex

#254248
(37,66,72)
0 Favorites   0 Comments

Color spaces of #254248

RGB 376672
HSL0.530.320.21
HSV190°49°28°
CMYK 0.490.080.00   0.72
XYZ3.88094.75766.8447
Yxy4.75760.25070.3073
Hunter Lab21.8119-6.4111-3.3372
CIE-Lab26.0327-9.0013-7.0532

#254248 color RGB value is (37,66,72).

#254248 hex color red value is 37, green value is 66 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #254248 hue: 0.53 , saturation: 0.32 and the lightness value of 254248 is 0.21.

The process color (four color CMYK) of #254248 color hex is 0.49, 0.08, 0.00, 0.72. Web safe color of #254248 is #333333. Color #254248 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000010 01001000
Octal 45 102 110
Decimal 37 66 72
Hex 25 42 48

RGB Percentages of Color #254248

%21.14
%37.71
%41.14

CMYK Percentages of Color #254248

%49
%8
%0
%72

Triadic Colors of #254248

#254248 #482542 #424825

Analogous Colors of #254248

#254248 #253148 #25483d

Monochromatic Colors of #254248

#254248

Complementary Color

#254248 #482b25

#254248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254248 Color CSS Codes

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

#254248 Text Font Color

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

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


#254248 Background Color

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

This div background color is #254248


#254248 Border Color

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

This div border color is #254248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254248


Comments

No comments written yet.

Please login to write comment.