Color Hex Logo

#28bc42 Color Hex

#28BC42
(40,188,66)
0 Favorites   0 Comments

Color spaces of #28bc42

RGB 4018866
HSL0.360.650.45
HSV131°79°74°
CMYK 0.790.000.65   0.26
XYZ19.841736.810911.2137
Yxy36.81090.29240.5424
Hunter Lab60.6720-47.800731.5121
CIE-Lab67.1349-61.731749.5886

#28bc42 color RGB value is (40,188,66).

#28bc42 hex color red value is 40, green value is 188 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #28bc42 hue: 0.36 , saturation: 0.65 and the lightness value of 28bc42 is 0.45.

The process color (four color CMYK) of #28bc42 color hex is 0.79, 0.00, 0.65, 0.26. Web safe color of #28bc42 is #33cc33. Color #28bc42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111100 01000010
Octal 50 274 102
Decimal 40 188 66
Hex 28 BC 42

RGB Percentages of Color #28bc42

%13.61
%63.95
%22.45

CMYK Percentages of Color #28bc42

%79
%0
%65
%26

Triadic Colors of #28bc42

#28bc42 #4228bc #bc4228

Analogous Colors of #28bc42

#28bc42 #28bc8c #58bc28

Monochromatic Colors of #28bc42

#28bc42

Complementary Color

#28bc42 #bc28a2

#28bc42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28bc42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#28bc42 Color CSS Codes

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

#28bc42 Text Font Color

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

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


#28bc42 Background Color

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

This div background color is #28bc42


#28bc42 Border Color

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

This div border color is #28bc42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28bc42


Comments

No comments written yet.

Please login to write comment.