Color Hex Logo

#02553d Color Hex

#02553D
(2,85,61)
0 Favorites   0 Comments

Color spaces of #02553d

RGB 28561
HSL0.450.950.17
HSV163°98°33°
CMYK 0.980.000.28   0.67
XYZ4.11586.84685.5195
Yxy6.84680.24970.4154
Hunter Lab26.1664-17.71435.8099
CIE-Lab31.4556-28.96987.8009

#02553d color RGB value is (2,85,61).

#02553d hex color red value is 2, green value is 85 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #02553d hue: 0.45 , saturation: 0.95 and the lightness value of 02553d is 0.17.

The process color (four color CMYK) of #02553d color hex is 0.98, 0.00, 0.28, 0.67. Web safe color of #02553d is #006633. Color #02553d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010101 00111101
Octal 2 125 75
Decimal 2 85 61
Hex 2 55 3D

RGB Percentages of Color #02553d

%1.35
%57.43
%41.22

CMYK Percentages of Color #02553d

%98
%0
%28
%67

Triadic Colors of #02553d

#02553d #3d0255 #553d02

Analogous Colors of #02553d

#02553d #024455 #025514

Monochromatic Colors of #02553d

#02553d

Complementary Color

#02553d #55021a

#02553d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02553d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02553d Color CSS Codes

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

#02553d Text Font Color

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

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


#02553d Background Color

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

This div background color is #02553d


#02553d Border Color

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

This div border color is #02553d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,85,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02553d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02553d;
  -webkit-box-shadow: 1px 1px 3px 2px #02553d;
  box-shadow:         1px 1px 3px 2px #02553d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02553d


Comments

No comments written yet.

Please login to write comment.