Color Hex Logo

#25989a Color Hex

#25989A
(37,152,154)
0 Favorites   0 Comments

Color spaces of #25989a

RGB 37152154
HSL0.500.610.37
HSV181°76°60°
CMYK 0.760.010.00   0.40
XYZ17.823925.182934.4932
Yxy25.18290.23000.3249
Hunter Lab50.1826-24.4197-5.6254
CIE-Lab57.2532-29.5541-10.0407

#25989a color RGB value is (37,152,154).

#25989a hex color red value is 37, green value is 152 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #25989a hue: 0.50 , saturation: 0.61 and the lightness value of 25989a is 0.37.

The process color (four color CMYK) of #25989a color hex is 0.76, 0.01, 0.00, 0.40. Web safe color of #25989a is #339999. Color #25989a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011000 10011010
Octal 45 230 232
Decimal 37 152 154
Hex 25 98 9A

RGB Percentages of Color #25989a

%10.79
%44.31
%44.90

CMYK Percentages of Color #25989a

%76
%1
%0
%40

Triadic Colors of #25989a

#25989a #9a2598 #989a25

Analogous Colors of #25989a

#25989a #255e9a #259a61

Monochromatic Colors of #25989a

#25989a

Complementary Color

#25989a #9a2725

#25989a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25989a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25989a Color CSS Codes

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

#25989a Text Font Color

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

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


#25989a Background Color

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

This div background color is #25989a


#25989a Border Color

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

This div border color is #25989a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25989a


Comments

No comments written yet.

Please login to write comment.