Color Hex Logo

#025069 Color Hex

#025069
(2,80,105)
0 Favorites   0 Comments

Color spaces of #025069

RGB 280105
HSL0.540.960.21
HSV195°98°41°
CMYK 0.980.240.00   0.59
XYZ5.44356.770114.3845
Yxy6.77010.20470.2545
Hunter Lab26.0194-8.1901-14.5641
CIE-Lab31.2777-11.0529-20.3478

#025069 color RGB value is (2,80,105).

#025069 hex color red value is 2, green value is 80 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #025069 hue: 0.54 , saturation: 0.96 and the lightness value of 025069 is 0.21.

The process color (four color CMYK) of #025069 color hex is 0.98, 0.24, 0.00, 0.59. Web safe color of #025069 is #006666. Color #025069 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010000 01101001
Octal 2 120 151
Decimal 2 80 105
Hex 2 50 69

RGB Percentages of Color #025069

%1.07
%42.78
%56.15

CMYK Percentages of Color #025069

%98
%24
%0
%59

Triadic Colors of #025069

#025069 #690250 #506902

Analogous Colors of #025069

#025069 #021d69 #02694f

Monochromatic Colors of #025069

#025069

Complementary Color

#025069 #691b02

#025069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025069 Color CSS Codes

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

#025069 Text Font Color

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

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


#025069 Background Color

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

This div background color is #025069


#025069 Border Color

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

This div border color is #025069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025069


Comments

No comments written yet.

Please login to write comment.