Color Hex Logo

#88da14 Color Hex

#88DA14
(136,218,20)
0 Favorites   0 Comments

Color spaces of #88da14

RGB 13621820
HSL0.240.830.47
HSV85°91°85°
CMYK 0.380.000.91   0.15
XYZ35.351055.42769.4972
Yxy55.42760.35250.5528
Hunter Lab74.4497-45.529744.5515
CIE-Lab79.2869-51.143275.5909

#88da14 color RGB value is (136,218,20).

#88da14 hex color red value is 136, green value is 218 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #88da14 hue: 0.24 , saturation: 0.83 and the lightness value of 88da14 is 0.47.

The process color (four color CMYK) of #88da14 color hex is 0.38, 0.00, 0.91, 0.15. Web safe color of #88da14 is #99cc00. Color #88da14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011010 00010100
Octal 210 332 24
Decimal 136 218 20
Hex 88 DA 14

RGB Percentages of Color #88da14

%36.36
%58.29
%5.35

CMYK Percentages of Color #88da14

%38
%0
%91
%15

Triadic Colors of #88da14

#88da14 #1488da #da1488

Analogous Colors of #88da14

#88da14 #25da14 #dac914

Monochromatic Colors of #88da14

#88da14

Complementary Color

#88da14 #6614da

#88da14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88da14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88da14 Color CSS Codes

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

#88da14 Text Font Color

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

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


#88da14 Background Color

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

This div background color is #88da14


#88da14 Border Color

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

This div border color is #88da14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88da14


Comments

No comments written yet.

Please login to write comment.