Color Hex Logo

#25838d Color Hex

#25838D
(37,131,141)
0 Favorites   0 Comments

Color spaces of #25838d

RGB 37131141
HSL0.520.580.35
HSV186°74°55°
CMYK 0.740.070.00   0.45
XYZ13.687018.549028.0582
Yxy18.54900.22700.3076
Hunter Lab43.0686-18.6434-8.4781
CIE-Lab50.1553-23.0767-13.2102

#25838d color RGB value is (37,131,141).

#25838d hex color red value is 37, green value is 131 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #25838d hue: 0.52 , saturation: 0.58 and the lightness value of 25838d is 0.35.

The process color (four color CMYK) of #25838d color hex is 0.74, 0.07, 0.00, 0.45. Web safe color of #25838d is #339999. Color #25838d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000011 10001101
Octal 45 203 215
Decimal 37 131 141
Hex 25 83 8D

RGB Percentages of Color #25838d

%11.97
%42.39
%45.63

CMYK Percentages of Color #25838d

%74
%7
%0
%45

Triadic Colors of #25838d

#25838d #8d2583 #838d25

Analogous Colors of #25838d

#25838d #254f8d #258d63

Monochromatic Colors of #25838d

#25838d

Complementary Color

#25838d #8d2f25

#25838d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25838d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25838d Color CSS Codes

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

#25838d Text Font Color

<p style="color:#25838d">Text here</p>

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


#25838d Background Color

<div style="background-color:#25838d">
Div content here</div>

This div background color is #25838d


#25838d Border Color

<div style="border:3px solid #25838d">
Div here</div>

This div border color is #25838d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,131,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25838d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25838d;
  -webkit-box-shadow: 1px 1px 3px 2px #25838d;
  box-shadow:         1px 1px 3px 2px #25838d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25838d


Comments

No comments written yet.

Please login to write comment.