Color Hex Logo

#2599fc Color Hex

#2599FC
(37,153,252)
0 Favorites   0 Comments

Color spaces of #2599fc

RGB 37153252
HSL0.580.970.57
HSV208°85°99°
CMYK 0.850.390.00   0.01
XYZ29.724930.204196.3588
Yxy30.20410.19020.1933
Hunter Lab54.95830.3671-65.4829
CIE-Lab61.82993.9148-57.8278

#2599fc color RGB value is (37,153,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011001 11111100
Octal 45 231 374
Decimal 37 153 252
Hex 25 99 FC

RGB Percentages of Color #2599fc

%8.37
%34.62
%57.01

CMYK Percentages of Color #2599fc

%85
%39
%0
%1

Triadic Colors of #2599fc

#2599fc #fc2599 #99fc25

Analogous Colors of #2599fc

#2599fc #252efc #25fcf4

Monochromatic Colors of #2599fc

#2599fc

Complementary Color

#2599fc #fc8825

#2599fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2599fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2599fc Color CSS Codes

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

#2599fc Text Font Color

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

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


#2599fc Background Color

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

This div background color is #2599fc


#2599fc Border Color

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

This div border color is #2599fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2599fc


Comments

No comments written yet.

Please login to write comment.