Color Hex Logo

#259fca Color Hex

#259FCA
(37,159,202)
0 Favorites   0 Comments

Color spaces of #259fca

RGB 37159202
HSL0.540.690.47
HSV196°82°79°
CMYK 0.820.210.00   0.21
XYZ23.821829.453960.3067
Yxy29.45390.20970.2593
Hunter Lab54.2714-16.6246-27.8933
CIE-Lab61.1801-17.4277-31.1782

#259fca color RGB value is (37,159,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011111 11001010
Octal 45 237 312
Decimal 37 159 202
Hex 25 9F CA

RGB Percentages of Color #259fca

%9.30
%39.95
%50.75

CMYK Percentages of Color #259fca

%82
%21
%0
%21

Triadic Colors of #259fca

#259fca #ca259f #9fca25

Analogous Colors of #259fca

#259fca #254dca #25caa3

Monochromatic Colors of #259fca

#259fca

Complementary Color

#259fca #ca5025

#259fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#259fca Color CSS Codes

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

#259fca Text Font Color

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

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


#259fca Background Color

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

This div background color is #259fca


#259fca Border Color

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

This div border color is #259fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259fca


Comments

No comments written yet.

Please login to write comment.