Color Hex Logo

#28d63c Color Hex

#28D63C
(40,214,60)
0 Favorites   0 Comments

Color spaces of #28d63c

RGB 4021460
HSL0.350.690.50
HSV127°81°84°
CMYK 0.810.000.72   0.16
XYZ25.737348.870512.3514
Yxy48.87050.29600.5620
Hunter Lab69.9074-56.621038.4597
CIE-Lab75.3707-70.361160.7193

#28d63c color RGB value is (40,214,60).

#28d63c hex color red value is 40, green value is 214 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #28d63c hue: 0.35 , saturation: 0.69 and the lightness value of 28d63c is 0.50.

The process color (four color CMYK) of #28d63c color hex is 0.81, 0.00, 0.72, 0.16. Web safe color of #28d63c is #33cc33. Color #28d63c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11010110 00111100
Octal 50 326 74
Decimal 40 214 60
Hex 28 D6 3C

RGB Percentages of Color #28d63c

%12.74
%68.15
%19.11

CMYK Percentages of Color #28d63c

%81
%0
%72
%16

Triadic Colors of #28d63c

#28d63c #3c28d6 #d63c28

Analogous Colors of #28d63c

#28d63c #28d693 #6bd628

Monochromatic Colors of #28d63c

#28d63c

Complementary Color

#28d63c #d628c2

#28d63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28d63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#28d63c Color CSS Codes

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

#28d63c Text Font Color

<p style="color:#28d63c">Text here</p>

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


#28d63c Background Color

<div style="background-color:#28d63c">
Div content here</div>

This div background color is #28d63c


#28d63c Border Color

<div style="border:3px solid #28d63c">
Div here</div>

This div border color is #28d63c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,214,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28d63c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28d63c;
  -webkit-box-shadow: 1px 1px 3px 2px #28d63c;
  box-shadow:         1px 1px 3px 2px #28d63c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28d63c


Comments

No comments written yet.

Please login to write comment.