Color Hex Logo

#258ecd Color Hex

#258ECD
(37,142,205)
0 Favorites   0 Comments

Color spaces of #258ecd

RGB 37142205
HSL0.560.690.47
HSV203°82°80°
CMYK 0.820.310.00   0.20
XYZ21.455424.147161.2876
Yxy24.14710.20070.2259
Hunter Lab49.1397-8.0577-39.5494
CIE-Lab56.2348-6.9161-40.5904

#258ecd color RGB value is (37,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001110 11001101
Octal 45 216 315
Decimal 37 142 205
Hex 25 8E CD

RGB Percentages of Color #258ecd

%9.64
%36.98
%53.39

CMYK Percentages of Color #258ecd

%82
%31
%0
%20

Triadic Colors of #258ecd

#258ecd #cd258e #8ecd25

Analogous Colors of #258ecd

#258ecd #253acd #25cdb8

Monochromatic Colors of #258ecd

#258ecd

Complementary Color

#258ecd #cd6425

#258ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#258ecd Color CSS Codes

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

#258ecd Text Font Color

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

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


#258ecd Background Color

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

This div background color is #258ecd


#258ecd Border Color

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

This div border color is #258ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,142,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 #258ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258ecd


Comments

No comments written yet.

Please login to write comment.