Color Hex Logo

#258abe Color Hex

#258ABE
(37,138,190)
0 Favorites   0 Comments

Color spaces of #258abe

RGB 37138190
HSL0.560.670.45
HSV200°81°75°
CMYK 0.810.270.00   0.25
XYZ19.145722.288052.0081
Yxy22.28800.20490.2385
Hunter Lab47.2102-10.2286-32.2685
CIE-Lab54.3313-10.0530-35.0781

#258abe color RGB value is (37,138,190).

#258abe hex color red value is 37, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #258abe hue: 0.56 , saturation: 0.67 and the lightness value of 258abe is 0.45.

The process color (four color CMYK) of #258abe color hex is 0.81, 0.27, 0.00, 0.25. Web safe color of #258abe is #3399cc. Color #258abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001010 10111110
Octal 45 212 276
Decimal 37 138 190
Hex 25 8A BE

RGB Percentages of Color #258abe

%10.14
%37.81
%52.05

CMYK Percentages of Color #258abe

%81
%27
%0
%25

Triadic Colors of #258abe

#258abe #be258a #8abe25

Analogous Colors of #258abe

#258abe #253ebe #25bea6

Monochromatic Colors of #258abe

#258abe

Complementary Color

#258abe #be5925

#258abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#258abe Color CSS Codes

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

#258abe Text Font Color

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

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


#258abe Background Color

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

This div background color is #258abe


#258abe Border Color

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

This div border color is #258abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258abe


Comments

No comments written yet.

Please login to write comment.