Color Hex Logo

#258bad Color Hex

#258BAD
(37,139,173)
0 Favorites   0 Comments

Color spaces of #258bad

RGB 37139173
HSL0.540.650.41
HSV195°79°68°
CMYK 0.790.200.00   0.32
XYZ17.538421.875742.8332
Yxy21.87570.21320.2660
Hunter Lab46.7715-14.9160-21.5576
CIE-Lab53.8949-16.6149-26.0363

#258bad color RGB value is (37,139,173).

#258bad hex color red value is 37, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #258bad hue: 0.54 , saturation: 0.65 and the lightness value of 258bad is 0.41.

The process color (four color CMYK) of #258bad color hex is 0.79, 0.20, 0.00, 0.32. Web safe color of #258bad is #339999. Color #258bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001011 10101101
Octal 45 213 255
Decimal 37 139 173
Hex 25 8B AD

RGB Percentages of Color #258bad

%10.60
%39.83
%49.57

CMYK Percentages of Color #258bad

%79
%20
%0
%32

Triadic Colors of #258bad

#258bad #ad258b #8bad25

Analogous Colors of #258bad

#258bad #2547ad #25ad8b

Monochromatic Colors of #258bad

#258bad

Complementary Color

#258bad #ad4725

#258bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#258bad Color CSS Codes

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

#258bad Text Font Color

<p style="color:#258bad">Text here</p>

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


#258bad Background Color

<div style="background-color:#258bad">
Div content here</div>

This div background color is #258bad


#258bad Border Color

<div style="border:3px solid #258bad">
Div here</div>

This div border color is #258bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258bad


Comments

No comments written yet.

Please login to write comment.