Color Hex Logo

#02685a Color Hex

#02685A
(2,104,90)
0 Favorites   0 Comments

Color spaces of #02685a

RGB 210490
HSL0.480.960.21
HSV172°98°41°
CMYK 0.980.000.13   0.59
XYZ6.820810.651711.3694
Yxy10.65170.23650.3693
Hunter Lab32.6369-19.80992.1916
CIE-Lab38.9875-29.23600.6267

#02685a color RGB value is (2,104,90).

#02685a hex color red value is 2, green value is 104 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #02685a hue: 0.48 , saturation: 0.96 and the lightness value of 02685a is 0.21.

The process color (four color CMYK) of #02685a color hex is 0.98, 0.00, 0.13, 0.59. Web safe color of #02685a is #006666. Color #02685a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01101000 01011010
Octal 2 150 132
Decimal 2 104 90
Hex 2 68 5A

RGB Percentages of Color #02685a

%1.02
%53.06
%45.92

CMYK Percentages of Color #02685a

%98
%0
%13
%59

Triadic Colors of #02685a

#02685a #5a0268 #685a02

Analogous Colors of #02685a

#02685a #024368 #026827

Monochromatic Colors of #02685a

#02685a

Complementary Color

#02685a #680210

#02685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#02685a Color CSS Codes

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

#02685a Text Font Color

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

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


#02685a Background Color

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

This div background color is #02685a


#02685a Border Color

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

This div border color is #02685a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02685a


Comments

No comments written yet.

Please login to write comment.