Color Hex Logo

#025d5c Color Hex

#025D5C
(2,93,92)
0 Favorites   0 Comments

Color spaces of #025d5c

RGB 29392
HSL0.500.960.19
HSV179°98°36°
CMYK 0.980.000.01   0.64
XYZ5.87128.614311.4785
Yxy8.61430.22610.3318
Hunter Lab29.3501-15.6556-2.6426
CIE-Lab35.2308-23.1713-6.1507

#025d5c color RGB value is (2,93,92).

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

The process color (four color CMYK) of #025d5c color hex is 0.98, 0.00, 0.01, 0.64. Web safe color of #025d5c is #006666. Color #025d5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011101 01011100
Octal 2 135 134
Decimal 2 93 92
Hex 2 5D 5C

RGB Percentages of Color #025d5c

%1.07
%49.73
%49.20

CMYK Percentages of Color #025d5c

%98
%0
%1
%64

Triadic Colors of #025d5c

#025d5c #5c025d #5d5c02

Analogous Colors of #025d5c

#025d5c #02315d #025d2f

Monochromatic Colors of #025d5c

#025d5c

Complementary Color

#025d5c #5d0203

#025d5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025d5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#025d5c Color CSS Codes

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

#025d5c Text Font Color

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

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


#025d5c Background Color

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

This div background color is #025d5c


#025d5c Border Color

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

This div border color is #025d5c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,93,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 #025d5c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025d5c


Comments

No comments written yet.

Please login to write comment.