Color Hex Logo

#25818b Color Hex

#25818B
(37,129,139)
0 Favorites   0 Comments

Color spaces of #25818b

RGB 37129139
HSL0.520.580.35
HSV186°73°55°
CMYK 0.730.070.00   0.45
XYZ13.273417.957927.1927
Yxy17.95790.22720.3074
Hunter Lab42.3768-18.2489-8.3820
CIE-Lab49.4450-22.6818-13.1126

#25818b color RGB value is (37,129,139).

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

The process color (four color CMYK) of #25818b color hex is 0.73, 0.07, 0.00, 0.45. Web safe color of #25818b is #339999. Color #25818b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000001 10001011
Octal 45 201 213
Decimal 37 129 139
Hex 25 81 8B

RGB Percentages of Color #25818b

%12.13
%42.30
%45.57

CMYK Percentages of Color #25818b

%73
%7
%0
%45

Triadic Colors of #25818b

#25818b #8b2581 #818b25

Analogous Colors of #25818b

#25818b #254e8b #258b62

Monochromatic Colors of #25818b

#25818b

Complementary Color

#25818b #8b2f25

#25818b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25818b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25818b Color CSS Codes

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

#25818b Text Font Color

<p style="color:#25818b">Text here</p>

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


#25818b Background Color

<div style="background-color:#25818b">
Div content here</div>

This div background color is #25818b


#25818b Border Color

<div style="border:3px solid #25818b">
Div here</div>

This div border color is #25818b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,129,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25818b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25818b;
  -webkit-box-shadow: 1px 1px 3px 2px #25818b;
  box-shadow:         1px 1px 3px 2px #25818b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25818b


Comments

No comments written yet.

Please login to write comment.