Color Hex Logo

#259aeb Color Hex

#259AEB
(37,154,235)
0 Favorites   0 Comments

Color spaces of #259aeb

RGB 37154235
HSL0.570.830.53
HSV205°84°92°
CMYK 0.840.340.00   0.08
XYZ27.313929.502782.8522
Yxy29.50270.19560.2112
Hunter Lab54.3164-5.2920-52.4173
CIE-Lab61.2227-2.9039-49.4478

#259aeb color RGB value is (37,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011010 11101011
Octal 45 232 353
Decimal 37 154 235
Hex 25 9A EB

RGB Percentages of Color #259aeb

%8.69
%36.15
%55.16

CMYK Percentages of Color #259aeb

%84
%34
%0
%8

Triadic Colors of #259aeb

#259aeb #eb259a #9aeb25

Analogous Colors of #259aeb

#259aeb #2537eb #25ebd9

Monochromatic Colors of #259aeb

#259aeb

Complementary Color

#259aeb #eb7625

#259aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#259aeb Color CSS Codes

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

#259aeb Text Font Color

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

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


#259aeb Background Color

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

This div background color is #259aeb


#259aeb Border Color

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

This div border color is #259aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259aeb


Comments

No comments written yet.

Please login to write comment.