Color Hex Logo

#25857a Color Hex

#25857A
(37,133,122)
1 Favorites   0 Comments

Color spaces of #25857a

RGB 37133122
HSL0.480.560.33
HSV173°72°52°
CMYK 0.720.000.08   0.48
XYZ12.663318.573521.3300
Yxy18.57350.24090.3533
Hunter Lab43.0970-22.97060.8235
CIE-Lab50.1844-29.9060-2.0445

#25857a color RGB value is (37,133,122).

#25857a hex color red value is 37, green value is 133 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #25857a hue: 0.48 , saturation: 0.56 and the lightness value of 25857a is 0.33.

The process color (four color CMYK) of #25857a color hex is 0.72, 0.00, 0.08, 0.48. Web safe color of #25857a is #339966. Color #25857a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000101 01111010
Octal 45 205 172
Decimal 37 133 122
Hex 25 85 7A

RGB Percentages of Color #25857a

%12.67
%45.55
%41.78

CMYK Percentages of Color #25857a

%72
%0
%8
%48

Triadic Colors of #25857a

#25857a #7a2585 #857a25

Analogous Colors of #25857a

#25857a #256085 #25854a

Monochromatic Colors of #25857a

#25857a

Complementary Color

#25857a #852530

#25857a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25857a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25857a Color CSS Codes

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

#25857a Text Font Color

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

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


#25857a Background Color

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

This div background color is #25857a


#25857a Border Color

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

This div border color is #25857a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25857a


Comments

No comments written yet.

Please login to write comment.