Color Hex Logo

#254d46 Color Hex

#254D46
(37,77,70)
0 Favorites   0 Comments

Color spaces of #254d46

RGB 377770
HSL0.470.350.22
HSV170°52°30°
CMYK 0.520.000.09   0.70
XYZ4.52236.14336.7418
Yxy6.14330.25980.3529
Hunter Lab24.7857-10.80651.2229
CIE-Lab29.7712-16.1094-0.2071

#254d46 color RGB value is (37,77,70).

#254d46 hex color red value is 37, green value is 77 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #254d46 hue: 0.47 , saturation: 0.35 and the lightness value of 254d46 is 0.22.

The process color (four color CMYK) of #254d46 color hex is 0.52, 0.00, 0.09, 0.70. Web safe color of #254d46 is #336633. Color #254d46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 01000110
Octal 45 115 106
Decimal 37 77 70
Hex 25 4D 46

RGB Percentages of Color #254d46

%20.11
%41.85
%38.04

CMYK Percentages of Color #254d46

%52
%0
%9
%70

Triadic Colors of #254d46

#254d46 #46254d #4d4625

Analogous Colors of #254d46

#254d46 #25404d #254d32

Monochromatic Colors of #254d46

#254d46

Complementary Color

#254d46 #4d252c

#254d46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254d46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254d46 Color CSS Codes

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

#254d46 Text Font Color

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

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


#254d46 Background Color

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

This div background color is #254d46


#254d46 Border Color

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

This div border color is #254d46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254d46

#254d46 Color Palettes


Comments

No comments written yet.

Please login to write comment.