Color Hex Logo

#025299 Color Hex

#025299
(2,82,153)
0 Favorites   0 Comments

Color spaces of #025299

RGB 282153
HSL0.580.970.30
HSV208°99°60°
CMYK 0.990.460.00   0.40
XYZ8.79218.347431.2848
Yxy8.34740.18160.1724
Hunter Lab28.89193.7587-43.9763
CIE-Lab34.69627.6103-44.5666

#025299 color RGB value is (2,82,153).

#025299 hex color red value is 2, green value is 82 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #025299 hue: 0.58 , saturation: 0.97 and the lightness value of 025299 is 0.30.

The process color (four color CMYK) of #025299 color hex is 0.99, 0.46, 0.00, 0.40. Web safe color of #025299 is #006699. Color #025299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010010 10011001
Octal 2 122 231
Decimal 2 82 153
Hex 2 52 99

RGB Percentages of Color #025299

%0.84
%34.60
%64.56

CMYK Percentages of Color #025299

%99
%46
%0
%40

Triadic Colors of #025299

#025299 #990252 #529902

Analogous Colors of #025299

#025299 #020699 #029995

Monochromatic Colors of #025299

#025299

Complementary Color

#025299 #994902

#025299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025299 Color CSS Codes

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

#025299 Text Font Color

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

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


#025299 Background Color

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

This div background color is #025299


#025299 Border Color

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

This div border color is #025299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025299


Comments

No comments written yet.

Please login to write comment.