Color Hex Logo

#28685a Color Hex

#28685A
(40,104,90)
0 Favorites   0 Comments

Color spaces of #28685a

RGB 4010490
HSL0.460.440.28
HSV167°62°41°
CMYK 0.620.000.13   0.59
XYZ7.670811.089911.4091
Yxy11.08990.25430.3676
Hunter Lab33.3015-17.16122.9983
CIE-Lab39.7315-24.14711.7999

#28685a color RGB value is (40,104,90).

#28685a hex color red value is 40, green value is 104 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #28685a hue: 0.46 , saturation: 0.44 and the lightness value of 28685a is 0.28.

The process color (four color CMYK) of #28685a color hex is 0.62, 0.00, 0.13, 0.59. Web safe color of #28685a is #336666. Color #28685a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01101000 01011010
Octal 50 150 132
Decimal 40 104 90
Hex 28 68 5A

RGB Percentages of Color #28685a

%17.09
%44.44
%38.46

CMYK Percentages of Color #28685a

%62
%0
%13
%59

Triadic Colors of #28685a

#28685a #5a2868 #685a28

Analogous Colors of #28685a

#28685a #285668 #28683a

Monochromatic Colors of #28685a

#28685a

Complementary Color

#28685a #682836

#28685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#28685a Color CSS Codes

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

#28685a Text Font Color

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

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


#28685a Background Color

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

This div background color is #28685a


#28685a Border Color

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

This div border color is #28685a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28685a


Comments

No comments written yet.

Please login to write comment.