Color Hex Logo

#254e4d Color Hex

#254E4D
(37,78,77)
0 Favorites   0 Comments

Color spaces of #254e4d

RGB 377877
HSL0.500.360.23
HSV179°53°31°
CMYK 0.530.000.01   0.69
XYZ4.82696.37797.9978
Yxy6.37790.25140.3321
Hunter Lab25.2545-10.0786-1.0983
CIE-Lab30.3465-14.6098-3.8516

#254e4d color RGB value is (37,78,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 01001101
Octal 45 116 115
Decimal 37 78 77
Hex 25 4E 4D

RGB Percentages of Color #254e4d

%19.27
%40.63
%40.10

CMYK Percentages of Color #254e4d

%53
%0
%1
%69

Triadic Colors of #254e4d

#254e4d #4d254e #4e4d25

Analogous Colors of #254e4d

#254e4d #253b4e #254e39

Monochromatic Colors of #254e4d

#254e4d

Complementary Color

#254e4d #4e2526

#254e4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254e4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#254e4d Color CSS Codes

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

#254e4d Text Font Color

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

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


#254e4d Background Color

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

This div background color is #254e4d


#254e4d Border Color

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

This div border color is #254e4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254e4d


Comments

No comments written yet.

Please login to write comment.