Color Hex Logo

#2599ba Color Hex

#2599BA
(37,153,186)
0 Favorites   0 Comments

Color spaces of #2599ba

RGB 37153186
HSL0.540.670.44
HSV193°80°73°
CMYK 0.800.180.00   0.27
XYZ21.017126.721050.5043
Yxy26.72100.21390.2720
Hunter Lab51.6924-17.8870-21.7427
CIE-Lab58.7152-19.6949-25.9980

#2599ba color RGB value is (37,153,186).

#2599ba hex color red value is 37, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2599ba hue: 0.54 , saturation: 0.67 and the lightness value of 2599ba is 0.44.

The process color (four color CMYK) of #2599ba color hex is 0.80, 0.18, 0.00, 0.27. Web safe color of #2599ba is #3399cc. Color #2599ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011001 10111010
Octal 45 231 272
Decimal 37 153 186
Hex 25 99 BA

RGB Percentages of Color #2599ba

%9.84
%40.69
%49.47

CMYK Percentages of Color #2599ba

%80
%18
%0
%27

Triadic Colors of #2599ba

#2599ba #ba2599 #99ba25

Analogous Colors of #2599ba

#2599ba #254fba #25ba91

Monochromatic Colors of #2599ba

#2599ba

Complementary Color

#2599ba #ba4625

#2599ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2599ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2599ba Color CSS Codes

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

#2599ba Text Font Color

<p style="color:#2599ba">Text here</p>

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


#2599ba Background Color

<div style="background-color:#2599ba">
Div content here</div>

This div background color is #2599ba


#2599ba Border Color

<div style="border:3px solid #2599ba">
Div here</div>

This div border color is #2599ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,153,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2599ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2599ba;
  -webkit-box-shadow: 1px 1px 3px 2px #2599ba;
  box-shadow:         1px 1px 3px 2px #2599ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2599ba

#2599ba Color Palettes


Comments

No comments written yet.

Please login to write comment.