Color Hex Logo

#259acd Color Hex

#259ACD
(37,154,205)
0 Favorites   0 Comments

Color spaces of #259acd

RGB 37154205
HSL0.550.690.47
HSV198°82°80°
CMYK 0.820.250.00   0.20
XYZ23.338027.912361.9152
Yxy27.91230.20620.2467
Hunter Lab52.8321-13.6057-32.5009
CIE-Lab59.8094-13.6681-34.9890

#259acd color RGB value is (37,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011010 11001101
Octal 45 232 315
Decimal 37 154 205
Hex 25 9A CD

RGB Percentages of Color #259acd

%9.34
%38.89
%51.77

CMYK Percentages of Color #259acd

%82
%25
%0
%20

Triadic Colors of #259acd

#259acd #cd259a #9acd25

Analogous Colors of #259acd

#259acd #2546cd #25cdac

Monochromatic Colors of #259acd

#259acd

Complementary Color

#259acd #cd5825

#259acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#259acd Color CSS Codes

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

#259acd Text Font Color

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

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


#259acd Background Color

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

This div background color is #259acd


#259acd Border Color

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

This div border color is #259acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259acd


Comments

No comments written yet.

Please login to write comment.