Color Hex Logo

#258ade Color Hex

#258ADE
(37,138,222)
0 Favorites   0 Comments

Color spaces of #258ade

RGB 37138222
HSL0.580.740.51
HSV207°83°87°
CMYK 0.830.380.00   0.13
XYZ23.036223.844272.4955
Yxy23.84420.19300.1997
Hunter Lab48.8305-1.2446-53.8426
CIE-Lab55.93151.6917-50.6215

#258ade color RGB value is (37,138,222).

#258ade hex color red value is 37, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #258ade hue: 0.58 , saturation: 0.74 and the lightness value of 258ade is 0.51.

The process color (four color CMYK) of #258ade color hex is 0.83, 0.38, 0.00, 0.13. Web safe color of #258ade is #3399cc. Color #258ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001010 11011110
Octal 45 212 336
Decimal 37 138 222
Hex 25 8A DE

RGB Percentages of Color #258ade

%9.32
%34.76
%55.92

CMYK Percentages of Color #258ade

%83
%38
%0
%13

Triadic Colors of #258ade

#258ade #de258a #8ade25

Analogous Colors of #258ade

#258ade #252ede #25ded6

Monochromatic Colors of #258ade

#258ade

Complementary Color

#258ade #de7925

#258ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#258ade Color CSS Codes

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

#258ade Text Font Color

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

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


#258ade Background Color

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

This div background color is #258ade


#258ade Border Color

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

This div border color is #258ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258ade


Comments

No comments written yet.

Please login to write comment.