Color Hex Logo

#254e4f Color Hex

#254E4F
(37,78,79)
0 Favorites   0 Comments

Color spaces of #254e4f

RGB 377879
HSL0.500.360.23
HSV181°53°31°
CMYK 0.530.010.00   0.69
XYZ4.89866.40668.3755
Yxy6.40660.24890.3255
Hunter Lab25.3113-9.7488-1.9012
CIE-Lab30.4159-13.9967-5.0302

#254e4f color RGB value is (37,78,79).

#254e4f hex color red value is 37, green value is 78 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #254e4f hue: 0.50 , saturation: 0.36 and the lightness value of 254e4f is 0.23.

The process color (four color CMYK) of #254e4f color hex is 0.53, 0.01, 0.00, 0.69. Web safe color of #254e4f is #336666. Color #254e4f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 01001111
Octal 45 116 117
Decimal 37 78 79
Hex 25 4E 4F

RGB Percentages of Color #254e4f

%19.07
%40.21
%40.72

CMYK Percentages of Color #254e4f

%53
%1
%0
%69

Triadic Colors of #254e4f

#254e4f #4f254e #4e4f25

Analogous Colors of #254e4f

#254e4f #25394f #254f3b

Monochromatic Colors of #254e4f

#254e4f

Complementary Color

#254e4f #4f2625

#254e4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254e4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#254e4f Color CSS Codes

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

#254e4f Text Font Color

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

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


#254e4f Background Color

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

This div background color is #254e4f


#254e4f Border Color

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

This div border color is #254e4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,78,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254e4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254e4f;
  -webkit-box-shadow: 1px 1px 3px 2px #254e4f;
  box-shadow:         1px 1px 3px 2px #254e4f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,78,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254e4f


Comments

No comments written yet.

Please login to write comment.