Color Hex Logo

#259afc Color Hex

#259AFC
(37,154,252)
0 Favorites   0 Comments

Color spaces of #259afc

RGB 37154252
HSL0.580.970.57
HSV207°85°99°
CMYK 0.850.390.00   0.01
XYZ29.889230.532896.4135
Yxy30.53280.19060.1947
Hunter Lab55.2565-0.1451-64.7718
CIE-Lab62.11123.3264-57.3791

#259afc color RGB value is (37,154,252).

#259afc hex color red value is 37, green value is 154 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #259afc hue: 0.58 , saturation: 0.97 and the lightness value of 259afc is 0.57.

The process color (four color CMYK) of #259afc color hex is 0.85, 0.39, 0.00, 0.01. Web safe color of #259afc is #3399ff. Color #259afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011010 11111100
Octal 45 232 374
Decimal 37 154 252
Hex 25 9A FC

RGB Percentages of Color #259afc

%8.35
%34.76
%56.88

CMYK Percentages of Color #259afc

%85
%39
%0
%1

Triadic Colors of #259afc

#259afc #fc259a #9afc25

Analogous Colors of #259afc

#259afc #252ffc #25fcf3

Monochromatic Colors of #259afc

#259afc

Complementary Color

#259afc #fc8725

#259afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#259afc Color CSS Codes

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

#259afc Text Font Color

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

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


#259afc Background Color

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

This div background color is #259afc


#259afc Border Color

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

This div border color is #259afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259afc


Comments

No comments written yet.

Please login to write comment.