Color Hex Logo

#259ebd Color Hex

#259EBD
(37,158,189)
0 Favorites   0 Comments

Color spaces of #259ebd

RGB 37158189
HSL0.530.670.44
HSV192°80°74°
CMYK 0.800.160.00   0.26
XYZ22.175128.521252.4805
Yxy28.52120.21490.2764
Hunter Lab53.4052-19.3418-20.8797
CIE-Lab60.3567-21.3164-25.1613

#259ebd color RGB value is (37,158,189).

#259ebd hex color red value is 37, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #259ebd hue: 0.53 , saturation: 0.67 and the lightness value of 259ebd is 0.44.

The process color (four color CMYK) of #259ebd color hex is 0.80, 0.16, 0.00, 0.26. Web safe color of #259ebd is #3399cc. Color #259ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011110 10111101
Octal 45 236 275
Decimal 37 158 189
Hex 25 9E BD

RGB Percentages of Color #259ebd

%9.64
%41.15
%49.22

CMYK Percentages of Color #259ebd

%80
%16
%0
%26

Triadic Colors of #259ebd

#259ebd #bd259e #9ebd25

Analogous Colors of #259ebd

#259ebd #2552bd #25bd90

Monochromatic Colors of #259ebd

#259ebd

Complementary Color

#259ebd #bd4425

#259ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#259ebd Color CSS Codes

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

#259ebd Text Font Color

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

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


#259ebd Background Color

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

This div background color is #259ebd


#259ebd Border Color

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

This div border color is #259ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259ebd


Comments

No comments written yet.

Please login to write comment.