Color Hex Logo

#25696a Color Hex

#25696A
(37,105,106)
0 Favorites   0 Comments

Color spaces of #25696a

RGB 37105106
HSL0.500.480.28
HSV181°65°42°
CMYK 0.650.010.00   0.58
XYZ8.416011.537115.4190
Yxy11.53710.23790.3262
Hunter Lab33.9663-15.2132-3.1383
CIE-Lab40.4707-20.5517-6.8833

#25696a color RGB value is (37,105,106).

#25696a hex color red value is 37, green value is 105 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #25696a hue: 0.50 , saturation: 0.48 and the lightness value of 25696a is 0.28.

The process color (four color CMYK) of #25696a color hex is 0.65, 0.01, 0.00, 0.58. Web safe color of #25696a is #336666. Color #25696a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101001 01101010
Octal 45 151 152
Decimal 37 105 106
Hex 25 69 6A

RGB Percentages of Color #25696a

%14.92
%42.34
%42.74

CMYK Percentages of Color #25696a

%65
%1
%0
%58

Triadic Colors of #25696a

#25696a #6a2569 #696a25

Analogous Colors of #25696a

#25696a #25476a #256a49

Monochromatic Colors of #25696a

#25696a

Complementary Color

#25696a #6a2625

#25696a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25696a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25696a Color CSS Codes

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

#25696a Text Font Color

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

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


#25696a Background Color

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

This div background color is #25696a


#25696a Border Color

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

This div border color is #25696a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25696a


Comments

No comments written yet.

Please login to write comment.