Color Hex Logo

#25928e Color Hex

#25928E
(37,146,142)
0 Favorites   0 Comments

Color spaces of #25928e

RGB 37146142
HSL0.490.600.36
HSV178°75°57°
CMYK 0.750.000.03   0.43
XYZ15.924322.904129.1728
Yxy22.90410.23420.3368
Hunter Lab47.8582-24.3580-2.6405
CIE-Lab54.9734-30.2788-6.5666

#25928e color RGB value is (37,146,142).

#25928e hex color red value is 37, green value is 146 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #25928e hue: 0.49 , saturation: 0.60 and the lightness value of 25928e is 0.36.

The process color (four color CMYK) of #25928e color hex is 0.75, 0.00, 0.03, 0.43. Web safe color of #25928e is #339999. Color #25928e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010010 10001110
Octal 45 222 216
Decimal 37 146 142
Hex 25 92 8E

RGB Percentages of Color #25928e

%11.38
%44.92
%43.69

CMYK Percentages of Color #25928e

%75
%0
%3
%43

Triadic Colors of #25928e

#25928e #8e2592 #928e25

Analogous Colors of #25928e

#25928e #255f92 #259258

Monochromatic Colors of #25928e

#25928e

Complementary Color

#25928e #922529

#25928e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25928e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25928e Color CSS Codes

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

#25928e Text Font Color

<p style="color:#25928e">Text here</p>

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


#25928e Background Color

<div style="background-color:#25928e">
Div content here</div>

This div background color is #25928e


#25928e Border Color

<div style="border:3px solid #25928e">
Div here</div>

This div border color is #25928e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,146,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25928e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25928e;
  -webkit-box-shadow: 1px 1px 3px 2px #25928e;
  box-shadow:         1px 1px 3px 2px #25928e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25928e


Comments

No comments written yet.

Please login to write comment.