Color Hex Logo

#259bda Color Hex

#259BDA
(37,155,218)
0 Favorites   0 Comments

Color spaces of #259bda

RGB 37155218
HSL0.560.710.50
HSV201°83°85°
CMYK 0.830.290.00   0.15
XYZ25.139228.898070.5826
Yxy28.89800.20170.2319
Hunter Lab53.7569-10.5996-40.2178
CIE-Lab60.6915-9.6141-40.8648

#259bda color RGB value is (37,155,218).

#259bda hex color red value is 37, green value is 155 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #259bda hue: 0.56 , saturation: 0.71 and the lightness value of 259bda is 0.50.

The process color (four color CMYK) of #259bda color hex is 0.83, 0.29, 0.00, 0.15. Web safe color of #259bda is #3399cc. Color #259bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011011 11011010
Octal 45 233 332
Decimal 37 155 218
Hex 25 9B DA

RGB Percentages of Color #259bda

%9.02
%37.80
%53.17

CMYK Percentages of Color #259bda

%83
%29
%0
%15

Triadic Colors of #259bda

#259bda #da259b #9bda25

Analogous Colors of #259bda

#259bda #2540da #25dabf

Monochromatic Colors of #259bda

#259bda

Complementary Color

#259bda #da6425

#259bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#259bda Color CSS Codes

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

#259bda Text Font Color

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

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


#259bda Background Color

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

This div background color is #259bda


#259bda Border Color

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

This div border color is #259bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259bda


Comments

No comments written yet.

Please login to write comment.