Color Hex Logo

#258ccc Color Hex

#258CCC
(37,140,204)
0 Favorites   0 Comments

Color spaces of #258ccc

RGB 37140204
HSL0.560.690.47
HSV203°82°80°
CMYK 0.820.310.00   0.20
XYZ21.040123.509160.5555
Yxy23.50910.20020.2237
Hunter Lab48.4862-7.3925-40.1083
CIE-Lab55.5929-6.1265-41.0369

#258ccc color RGB value is (37,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001100 11001100
Octal 45 214 314
Decimal 37 140 204
Hex 25 8C CC

RGB Percentages of Color #258ccc

%9.71
%36.75
%53.54

CMYK Percentages of Color #258ccc

%82
%31
%0
%20

Triadic Colors of #258ccc

#258ccc #cc258c #8ccc25

Analogous Colors of #258ccc

#258ccc #2538cc #25ccb9

Monochromatic Colors of #258ccc

#258ccc

Complementary Color

#258ccc #cc6525

#258ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#258ccc Color CSS Codes

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

#258ccc Text Font Color

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

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


#258ccc Background Color

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

This div background color is #258ccc


#258ccc Border Color

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

This div border color is #258ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258ccc


Comments

No comments written yet.

Please login to write comment.