Color Hex Logo

#25665a Color Hex

#25665A
(37,102,90)
0 Favorites   0 Comments

Color spaces of #25665a

RGB 3710290
HSL0.470.470.27
HSV169°64°40°
CMYK 0.640.000.12   0.60
XYZ7.359810.634211.3376
Yxy10.63420.25090.3626
Hunter Lab32.6101-16.78192.2137
CIE-Lab38.9574-23.77110.6627

#25665a color RGB value is (37,102,90).

#25665a hex color red value is 37, green value is 102 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #25665a hue: 0.47 , saturation: 0.47 and the lightness value of 25665a is 0.27.

The process color (four color CMYK) of #25665a color hex is 0.64, 0.00, 0.12, 0.60. Web safe color of #25665a is #336666. Color #25665a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100110 01011010
Octal 45 146 132
Decimal 37 102 90
Hex 25 66 5A

RGB Percentages of Color #25665a

%16.16
%44.54
%39.30

CMYK Percentages of Color #25665a

%64
%0
%12
%60

Triadic Colors of #25665a

#25665a #5a2566 #665a25

Analogous Colors of #25665a

#25665a #255266 #25663a

Monochromatic Colors of #25665a

#25665a

Complementary Color

#25665a #662531

#25665a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25665a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25665a Color CSS Codes

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

#25665a Text Font Color

<p style="color:#25665a">Text here</p>

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


#25665a Background Color

<div style="background-color:#25665a">
Div content here</div>

This div background color is #25665a


#25665a Border Color

<div style="border:3px solid #25665a">
Div here</div>

This div border color is #25665a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,102,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25665a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25665a;
  -webkit-box-shadow: 1px 1px 3px 2px #25665a;
  box-shadow:         1px 1px 3px 2px #25665a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25665a


Comments

No comments written yet.

Please login to write comment.