Color Hex Logo

#025a5c Color Hex

#025A5C
(2,90,92)
0 Favorites   0 Comments

Color spaces of #025a5c

RGB 29092
HSL0.500.960.18
HSV181°98°36°
CMYK 0.980.020.00   0.64
XYZ5.61308.097911.3924
Yxy8.09790.22360.3226
Hunter Lab28.4568-14.5910-3.8164
CIE-Lab34.1859-21.6085-7.7153

#025a5c color RGB value is (2,90,92).

#025a5c hex color red value is 2, green value is 90 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #025a5c hue: 0.50 , saturation: 0.96 and the lightness value of 025a5c is 0.18.

The process color (four color CMYK) of #025a5c color hex is 0.98, 0.02, 0.00, 0.64. Web safe color of #025a5c is #006666. Color #025a5c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011010 01011100
Octal 2 132 134
Decimal 2 90 92
Hex 2 5A 5C

RGB Percentages of Color #025a5c

%1.09
%48.91
%50.00

CMYK Percentages of Color #025a5c

%98
%2
%0
%64

Triadic Colors of #025a5c

#025a5c #5c025a #5a5c02

Analogous Colors of #025a5c

#025a5c #022d5c #025c31

Monochromatic Colors of #025a5c

#025a5c

Complementary Color

#025a5c #5c0402

#025a5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025a5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#025a5c Color CSS Codes

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

#025a5c Text Font Color

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

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


#025a5c Background Color

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

This div background color is #025a5c


#025a5c Border Color

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

This div border color is #025a5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,90,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #025a5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #025a5c;
  -webkit-box-shadow: 1px 1px 3px 2px #025a5c;
  box-shadow:         1px 1px 3px 2px #025a5c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025a5c


Comments

No comments written yet.

Please login to write comment.