Color Hex Logo

#025753 Color Hex

#025753
(2,87,83)
0 Favorites   0 Comments

Color spaces of #025753

RGB 28783
HSL0.490.960.17
HSV177°98°34°
CMYK 0.980.000.05   0.66
XYZ4.99467.45389.3591
Yxy7.45380.22900.3418
Hunter Lab27.3016-15.1229-1.2137
CIE-Lab32.8184-23.1446-4.0952

#025753 color RGB value is (2,87,83).

#025753 hex color red value is 2, green value is 87 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #025753 hue: 0.49 , saturation: 0.96 and the lightness value of 025753 is 0.17.

The process color (four color CMYK) of #025753 color hex is 0.98, 0.00, 0.05, 0.66. Web safe color of #025753 is #006666. Color #025753 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010111 01010011
Octal 2 127 123
Decimal 2 87 83
Hex 2 57 53

RGB Percentages of Color #025753

%1.16
%50.58
%48.26

CMYK Percentages of Color #025753

%98
%0
%5
%66

Triadic Colors of #025753

#025753 #530257 #575302

Analogous Colors of #025753

#025753 #023057 #025729

Monochromatic Colors of #025753

#025753

Complementary Color

#025753 #570206

#025753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025753 Color CSS Codes

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

#025753 Text Font Color

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

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


#025753 Background Color

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

This div background color is #025753


#025753 Border Color

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

This div border color is #025753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025753


Comments

No comments written yet.

Please login to write comment.