Color Hex Logo

#2599ef Color Hex

#2599EF
(37,153,239)
0 Favorites   0 Comments

Color spaces of #2599ef

RGB 37153239
HSL0.570.860.54
HSV206°85°94°
CMYK 0.850.360.00   0.06
XYZ27.734229.407885.8759
Yxy29.40780.19390.2056
Hunter Lab54.2290-3.6108-55.9302
CIE-Lab61.1399-0.8628-51.7854

#2599ef color RGB value is (37,153,239).

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

The process color (four color CMYK) of #2599ef color hex is 0.85, 0.36, 0.00, 0.06. Web safe color of #2599ef is #3399ff. Color #2599ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011001 11101111
Octal 45 231 357
Decimal 37 153 239
Hex 25 99 EF

RGB Percentages of Color #2599ef

%8.62
%35.66
%55.71

CMYK Percentages of Color #2599ef

%85
%36
%0
%6

Triadic Colors of #2599ef

#2599ef #ef2599 #99ef25

Analogous Colors of #2599ef

#2599ef #2534ef #25efe0

Monochromatic Colors of #2599ef

#2599ef

Complementary Color

#2599ef #ef7b25

#2599ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2599ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2599ef Color CSS Codes

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

#2599ef Text Font Color

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

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


#2599ef Background Color

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

This div background color is #2599ef


#2599ef Border Color

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

This div border color is #2599ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2599ef


Comments

No comments written yet.

Please login to write comment.