Color Hex Logo

#2599ea Color Hex

#2599EA
(37,153,234)
0 Favorites   0 Comments

Color spaces of #2599ea

RGB 37153234
HSL0.570.820.53
HSV205°84°92°
CMYK 0.840.350.00   0.08
XYZ27.005529.116382.0386
Yxy29.11630.19550.2107
Hunter Lab53.9595-5.0940-52.3712
CIE-Lab60.8841-2.6909-49.4319

#2599ea color RGB value is (37,153,234).

#2599ea hex color red value is 37, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2599ea hue: 0.57 , saturation: 0.82 and the lightness value of 2599ea is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011001 11101010
Octal 45 231 352
Decimal 37 153 234
Hex 25 99 EA

RGB Percentages of Color #2599ea

%8.73
%36.08
%55.19

CMYK Percentages of Color #2599ea

%84
%35
%0
%8

Triadic Colors of #2599ea

#2599ea #ea2599 #99ea25

Analogous Colors of #2599ea

#2599ea #2537ea #25ead9

Monochromatic Colors of #2599ea

#2599ea

Complementary Color

#2599ea #ea7625

#2599ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2599ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2599ea Color CSS Codes

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

#2599ea Text Font Color

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

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


#2599ea Background Color

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

This div background color is #2599ea


#2599ea Border Color

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

This div border color is #2599ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2599ea


Comments

No comments written yet.

Please login to write comment.