Color Hex Logo

#25746c Color Hex

#25746C
(37,116,108)
0 Favorites   0 Comments

Color spaces of #25746c

RGB 37116108
HSL0.480.520.30
HSV174°68°45°
CMYK 0.680.000.07   0.55
XYZ9.715113.966816.3712
Yxy13.96680.24260.3487
Hunter Lab37.3722-18.99930.1880
CIE-Lab44.1853-25.6399-2.5821

#25746c color RGB value is (37,116,108).

#25746c hex color red value is 37, green value is 116 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #25746c hue: 0.48 , saturation: 0.52 and the lightness value of 25746c is 0.30.

The process color (four color CMYK) of #25746c color hex is 0.68, 0.00, 0.07, 0.55. Web safe color of #25746c is #336666. Color #25746c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110100 01101100
Octal 45 164 154
Decimal 37 116 108
Hex 25 74 6C

RGB Percentages of Color #25746c

%14.18
%44.44
%41.38

CMYK Percentages of Color #25746c

%68
%0
%7
%55

Triadic Colors of #25746c

#25746c #6c2574 #746c25

Analogous Colors of #25746c

#25746c #255574 #257445

Monochromatic Colors of #25746c

#25746c

Complementary Color

#25746c #74252d

#25746c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25746c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25746c Color CSS Codes

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

#25746c Text Font Color

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

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


#25746c Background Color

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

This div background color is #25746c


#25746c Border Color

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

This div border color is #25746c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,116,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25746c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25746c;
  -webkit-box-shadow: 1px 1px 3px 2px #25746c;
  box-shadow:         1px 1px 3px 2px #25746c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25746c


Comments

No comments written yet.

Please login to write comment.