Color Hex Logo

#254c44 Color Hex

#254C44
(37,76,68)
0 Favorites   0 Comments

Color spaces of #254c44

RGB 377668
HSL0.470.350.22
HSV168°51°30°
CMYK 0.510.000.11   0.70
XYZ4.39085.97966.3916
Yxy5.97960.26190.3567
Hunter Lab24.4532-10.74181.6200
CIE-Lab29.3609-16.11470.4801

#254c44 color RGB value is (37,76,68).

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

The process color (four color CMYK) of #254c44 color hex is 0.51, 0.00, 0.11, 0.70. Web safe color of #254c44 is #333333. Color #254c44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001100 01000100
Octal 45 114 104
Decimal 37 76 68
Hex 25 4C 44

RGB Percentages of Color #254c44

%20.44
%41.99
%37.57

CMYK Percentages of Color #254c44

%51
%0
%11
%70

Triadic Colors of #254c44

#254c44 #44254c #4c4425

Analogous Colors of #254c44

#254c44 #25414c #254c31

Monochromatic Colors of #254c44

#254c44

Complementary Color

#254c44 #4c252d

#254c44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254c44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254c44 Color CSS Codes

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

#254c44 Text Font Color

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

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


#254c44 Background Color

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

This div background color is #254c44


#254c44 Border Color

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

This div border color is #254c44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254c44


Comments

No comments written yet.

Please login to write comment.