Color Hex Logo

#258aab Color Hex

#258AAB
(37,138,171)
0 Favorites   0 Comments

Color spaces of #258aab

RGB 37138171
HSL0.540.640.41
HSV195°78°67°
CMYK 0.780.190.00   0.33
XYZ17.202121.510541.7734
Yxy21.51050.21370.2673
Hunter Lab46.3794-14.9584-20.9362
CIE-Lab53.5037-16.7601-25.4919

#258aab color RGB value is (37,138,171).

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

The process color (four color CMYK) of #258aab color hex is 0.78, 0.19, 0.00, 0.33. Web safe color of #258aab is #339999. Color #258aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001010 10101011
Octal 45 212 253
Decimal 37 138 171
Hex 25 8A AB

RGB Percentages of Color #258aab

%10.69
%39.88
%49.42

CMYK Percentages of Color #258aab

%78
%19
%0
%33

Triadic Colors of #258aab

#258aab #ab258a #8aab25

Analogous Colors of #258aab

#258aab #2547ab #25ab89

Monochromatic Colors of #258aab

#258aab

Complementary Color

#258aab #ab4625

#258aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#258aab Color CSS Codes

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

#258aab Text Font Color

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

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


#258aab Background Color

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

This div background color is #258aab


#258aab Border Color

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

This div border color is #258aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258aab


Comments

No comments written yet.

Please login to write comment.