Color Hex Logo

#02735b Color Hex

#02735B
(2,115,91)
0 Favorites   0 Comments

Color spaces of #02735b

RGB 211591
HSL0.460.970.23
HSV167°98°45°
CMYK 0.980.000.21   0.55
XYZ8.044113.029711.9885
Yxy13.02970.24330.3941
Hunter Lab36.0967-23.39075.5762
CIE-Lab42.8080-33.95815.5343

#02735b color RGB value is (2,115,91).

#02735b hex color red value is 2, green value is 115 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #02735b hue: 0.46 , saturation: 0.97 and the lightness value of 02735b is 0.23.

The process color (four color CMYK) of #02735b color hex is 0.98, 0.00, 0.21, 0.55. Web safe color of #02735b is #006666. Color #02735b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110011 01011011
Octal 2 163 133
Decimal 2 115 91
Hex 2 73 5B

RGB Percentages of Color #02735b

%0.96
%55.29
%43.75

CMYK Percentages of Color #02735b

%98
%0
%21
%55

Triadic Colors of #02735b

#02735b #5b0273 #735b02

Analogous Colors of #02735b

#02735b #025373 #027323

Monochromatic Colors of #02735b

#02735b

Complementary Color

#02735b #73021a

#02735b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02735b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02735b Color CSS Codes

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

#02735b Text Font Color

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

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


#02735b Background Color

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

This div background color is #02735b


#02735b Border Color

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

This div border color is #02735b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,115,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02735b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02735b;
  -webkit-box-shadow: 1px 1px 3px 2px #02735b;
  box-shadow:         1px 1px 3px 2px #02735b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02735b


Comments

No comments written yet.

Please login to write comment.