Color Hex Logo

#28bc7d Color Hex

#28BC7D
(40,188,125)
0 Favorites   0 Comments

Color spaces of #28bc7d

RGB 40188125
HSL0.430.650.45
HSV154°79°74°
CMYK 0.790.000.34   0.26
XYZ22.560037.898225.5281
Yxy37.89820.26240.4407
Hunter Lab61.5615-42.319118.5069
CIE-Lab67.9455-52.256021.4091

#28bc7d color RGB value is (40,188,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111100 01111101
Octal 50 274 175
Decimal 40 188 125
Hex 28 BC 7D

RGB Percentages of Color #28bc7d

%11.33
%53.26
%35.41

CMYK Percentages of Color #28bc7d

%79
%0
%34
%26

Triadic Colors of #28bc7d

#28bc7d #7d28bc #bc7d28

Analogous Colors of #28bc7d

#28bc7d #28b1bc #28bc33

Monochromatic Colors of #28bc7d

#28bc7d

Complementary Color

#28bc7d #bc2867

#28bc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28bc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#28bc7d Color CSS Codes

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

#28bc7d Text Font Color

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

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


#28bc7d Background Color

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

This div background color is #28bc7d


#28bc7d Border Color

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

This div border color is #28bc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28bc7d


Comments

No comments written yet.

Please login to write comment.