Color Hex Logo

#259bed Color Hex

#259BED
(37,155,237)
0 Favorites   0 Comments

Color spaces of #259bed

RGB 37155237
HSL0.570.850.54
HSV205°84°93°
CMYK 0.840.350.00   0.07
XYZ27.770429.950484.4381
Yxy29.95040.19530.2107
Hunter Lab54.7270-5.1949-53.1695
CIE-Lab61.6114-2.7511-49.9353

#259bed color RGB value is (37,155,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011011 11101101
Octal 45 233 355
Decimal 37 155 237
Hex 25 9B ED

RGB Percentages of Color #259bed

%8.62
%36.13
%55.24

CMYK Percentages of Color #259bed

%84
%35
%0
%7

Triadic Colors of #259bed

#259bed #ed259b #9bed25

Analogous Colors of #259bed

#259bed #2537ed #25eddb

Monochromatic Colors of #259bed

#259bed

Complementary Color

#259bed #ed7725

#259bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#259bed Color CSS Codes

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

#259bed Text Font Color

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

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


#259bed Background Color

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

This div background color is #259bed


#259bed Border Color

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

This div border color is #259bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259bed


Comments

No comments written yet.

Please login to write comment.