Color Hex Logo

#258acd Color Hex

#258ACD
(37,138,205)
0 Favorites   0 Comments

Color spaces of #258acd

RGB 37138205
HSL0.570.690.47
HSV204°82°80°
CMYK 0.820.330.00   0.20
XYZ20.870922.978161.0928
Yxy22.97810.19890.2190
Hunter Lab47.9355-6.1690-42.0091
CIE-Lab55.0498-4.5984-42.4584

#258acd color RGB value is (37,138,205).

#258acd hex color red value is 37, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #258acd hue: 0.57 , saturation: 0.69 and the lightness value of 258acd is 0.47.

The process color (four color CMYK) of #258acd color hex is 0.82, 0.33, 0.00, 0.20. Web safe color of #258acd is #3399cc. Color #258acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001010 11001101
Octal 45 212 315
Decimal 37 138 205
Hex 25 8A CD

RGB Percentages of Color #258acd

%9.74
%36.32
%53.95

CMYK Percentages of Color #258acd

%82
%33
%0
%20

Triadic Colors of #258acd

#258acd #cd258a #8acd25

Analogous Colors of #258acd

#258acd #2536cd #25cdbc

Monochromatic Colors of #258acd

#258acd

Complementary Color

#258acd #cd6825

#258acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#258acd Color CSS Codes

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

#258acd Text Font Color

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

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


#258acd Background Color

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

This div background color is #258acd


#258acd Border Color

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

This div border color is #258acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258acd


Comments

No comments written yet.

Please login to write comment.