Color Hex Logo

#88c250 Color Hex

#88C250
(136,194,80)
0 Favorites   0 Comments

Color spaces of #88c250

RGB 13619480
HSL0.250.480.54
HSV91°59°76°
CMYK 0.300.000.59   0.24
XYZ30.893144.397014.5307
Yxy44.39700.34390.4943
Hunter Lab66.6311-33.843933.7120
CIE-Lab72.4931-37.657950.3692

#88c250 color RGB value is (136,194,80).

#88c250 hex color red value is 136, green value is 194 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #88c250 hue: 0.25 , saturation: 0.48 and the lightness value of 88c250 is 0.54.

The process color (four color CMYK) of #88c250 color hex is 0.30, 0.00, 0.59, 0.24. Web safe color of #88c250 is #99cc66. Color #88c250 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11000010 01010000
Octal 210 302 120
Decimal 136 194 80
Hex 88 C2 50

RGB Percentages of Color #88c250

%33.17
%47.32
%19.51

CMYK Percentages of Color #88c250

%30
%0
%59
%24

Triadic Colors of #88c250

#88c250 #5088c2 #c25088

Analogous Colors of #88c250

#88c250 #50c251 #c1c250

Monochromatic Colors of #88c250

#88c250

Complementary Color

#88c250 #8a50c2

#88c250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88c250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88c250 Color CSS Codes

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

#88c250 Text Font Color

<p style="color:#88c250">Text here</p>

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


#88c250 Background Color

<div style="background-color:#88c250">
Div content here</div>

This div background color is #88c250


#88c250 Border Color

<div style="border:3px solid #88c250">
Div here</div>

This div border color is #88c250


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,194,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88c250; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88c250;
  -webkit-box-shadow: 1px 1px 3px 2px #88c250;
  box-shadow:         1px 1px 3px 2px #88c250; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,194,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88c250


Comments

No comments written yet.

Please login to write comment.