Color Hex Logo

#99ca68 Color Hex

#99CA68
(153,202,104)
0 Favorites   0 Comments

Color spaces of #99ca68

RGB 153202104
HSL0.250.480.60
HSV90°49°79°
CMYK 0.240.000.49   0.21
XYZ36.756150.012820.8129
Yxy50.01280.34170.4649
Hunter Lab70.7197-30.985432.0547
CIE-Lab76.0771-32.605543.5444

#99ca68 color RGB value is (153,202,104).

#99ca68 hex color red value is 153, green value is 202 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #99ca68 hue: 0.25 , saturation: 0.48 and the lightness value of 99ca68 is 0.60.

The process color (four color CMYK) of #99ca68 color hex is 0.24, 0.00, 0.49, 0.21. Web safe color of #99ca68 is #99cc66. Color #99ca68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001010 01101000
Octal 231 312 150
Decimal 153 202 104
Hex 99 CA 68

RGB Percentages of Color #99ca68

%33.33
%44.01
%22.66

CMYK Percentages of Color #99ca68

%24
%0
%49
%21

Triadic Colors of #99ca68

#99ca68 #6899ca #ca6899

Analogous Colors of #99ca68

#99ca68 #68ca68 #caca68

Monochromatic Colors of #99ca68

#99ca68

Complementary Color

#99ca68 #9968ca

#99ca68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ca68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ca68 Color CSS Codes

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

#99ca68 Text Font Color

<p style="color:#99ca68">Text here</p>

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


#99ca68 Background Color

<div style="background-color:#99ca68">
Div content here</div>

This div background color is #99ca68


#99ca68 Border Color

<div style="border:3px solid #99ca68">
Div here</div>

This div border color is #99ca68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,202,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99ca68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99ca68;
  -webkit-box-shadow: 1px 1px 3px 2px #99ca68;
  box-shadow:         1px 1px 3px 2px #99ca68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,202,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ca68


Comments

No comments written yet.

Please login to write comment.