Color Hex Logo

#259aee Color Hex

#259AEE
(37,154,238)
0 Favorites   0 Comments

Color spaces of #259aee

RGB 37154238
HSL0.570.860.54
HSV205°84°93°
CMYK 0.840.350.00   0.07
XYZ27.751229.677685.1546
Yxy29.67760.19460.2081
Hunter Lab54.4772-4.4053-54.5437
CIE-Lab61.3750-1.8088-50.8611

#259aee color RGB value is (37,154,238).

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

The process color (four color CMYK) of #259aee color hex is 0.84, 0.35, 0.00, 0.07. Web safe color of #259aee is #3399ff. Color #259aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011010 11101110
Octal 45 232 356
Decimal 37 154 238
Hex 25 9A EE

RGB Percentages of Color #259aee

%8.62
%35.90
%55.48

CMYK Percentages of Color #259aee

%84
%35
%0
%7

Triadic Colors of #259aee

#259aee #ee259a #9aee25

Analogous Colors of #259aee

#259aee #2536ee #25eede

Monochromatic Colors of #259aee

#259aee

Complementary Color

#259aee #ee7925

#259aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#259aee Color CSS Codes

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

#259aee Text Font Color

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

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


#259aee Background Color

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

This div background color is #259aee


#259aee Border Color

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

This div border color is #259aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259aee


Comments

No comments written yet.

Please login to write comment.