Color Hex Logo

#28835d Color Hex

#28835D
(40,131,93)
0 Favorites   0 Comments

Color spaces of #28835d

RGB 4013193
HSL0.430.530.34
HSV155°69°51°
CMYK 0.690.000.29   0.49
XYZ10.967217.474013.1507
Yxy17.47400.26370.4201
Hunter Lab41.8019-26.321910.6090
CIE-Lab48.8518-36.113912.9522

#28835d color RGB value is (40,131,93).

#28835d hex color red value is 40, green value is 131 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #28835d hue: 0.43 , saturation: 0.53 and the lightness value of 28835d is 0.34.

The process color (four color CMYK) of #28835d color hex is 0.69, 0.00, 0.29, 0.49. Web safe color of #28835d is #339966. Color #28835d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10000011 01011101
Octal 50 203 135
Decimal 40 131 93
Hex 28 83 5D

RGB Percentages of Color #28835d

%15.15
%49.62
%35.23

CMYK Percentages of Color #28835d

%69
%0
%29
%49

Triadic Colors of #28835d

#28835d #5d2883 #835d28

Analogous Colors of #28835d

#28835d #287c83 #288330

Monochromatic Colors of #28835d

#28835d

Complementary Color

#28835d #83284e

#28835d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28835d Color Preview on White Background

Lorem ipsum dolor sit amet.

#28835d Color CSS Codes

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

#28835d Text Font Color

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

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


#28835d Background Color

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

This div background color is #28835d


#28835d Border Color

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

This div border color is #28835d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,131,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28835d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28835d;
  -webkit-box-shadow: 1px 1px 3px 2px #28835d;
  box-shadow:         1px 1px 3px 2px #28835d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28835d


Comments

No comments written yet.

Please login to write comment.