Color Hex Logo

#2598ec Color Hex

#2598EC
(37,152,236)
0 Favorites   0 Comments

Color spaces of #2598ec

RGB 37152236
HSL0.570.840.54
HSV205°84°93°
CMYK 0.840.360.00   0.07
XYZ27.131528.905983.5063
Yxy28.90590.19440.2071
Hunter Lab53.7642-4.0094-54.4540
CIE-Lab60.6985-1.3803-50.8309

#2598ec color RGB value is (37,152,236).

#2598ec hex color red value is 37, green value is 152 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2598ec hue: 0.57 , saturation: 0.84 and the lightness value of 2598ec is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011000 11101100
Octal 45 230 354
Decimal 37 152 236
Hex 25 98 EC

RGB Percentages of Color #2598ec

%8.71
%35.76
%55.53

CMYK Percentages of Color #2598ec

%84
%36
%0
%7

Triadic Colors of #2598ec

#2598ec #ec2598 #98ec25

Analogous Colors of #2598ec

#2598ec #2535ec #25ecdd

Monochromatic Colors of #2598ec

#2598ec

Complementary Color

#2598ec #ec7925

#2598ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2598ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2598ec Color CSS Codes

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

#2598ec Text Font Color

<p style="color:#2598ec">Text here</p>

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


#2598ec Background Color

<div style="background-color:#2598ec">
Div content here</div>

This div background color is #2598ec


#2598ec Border Color

<div style="border:3px solid #2598ec">
Div here</div>

This div border color is #2598ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,152,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2598ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2598ec;
  -webkit-box-shadow: 1px 1px 3px 2px #2598ec;
  box-shadow:         1px 1px 3px 2px #2598ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2598ec


Comments

No comments written yet.

Please login to write comment.