Color Hex Logo

#94ffad Color Hex

#94FFAD
(148,255,173)
0 Favorites   0 Comments

Color spaces of #94ffad

RGB 148255173
HSL0.371.000.79
HSV134°42°100°
CMYK 0.420.000.32   0.00
XYZ55.515680.833052.2115
Yxy80.83300.29440.4287
Hunter Lab89.9072-47.117928.5037
CIE-Lab92.0573-47.810029.7633

#94ffad color RGB value is (148,255,173).

#94ffad hex color red value is 148, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #94ffad hue: 0.37 , saturation: 1.00 and the lightness value of 94ffad is 0.79.

The process color (four color CMYK) of #94ffad color hex is 0.42, 0.00, 0.32, 0.00. Web safe color of #94ffad is #99ff99. Color #94ffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11111111 10101101
Octal 224 377 255
Decimal 148 255 173
Hex 94 FF AD

RGB Percentages of Color #94ffad

%25.69
%44.27
%30.03

CMYK Percentages of Color #94ffad

%42
%0
%32
%0

Triadic Colors of #94ffad

#94ffad #ad94ff #ffad94

Analogous Colors of #94ffad

#94ffad #94ffe3 #b1ff94

Monochromatic Colors of #94ffad

#94ffad

Complementary Color

#94ffad #ff94e6

#94ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#94ffad Color CSS Codes

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

#94ffad Text Font Color

<p style="color:#94ffad">Text here</p>

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


#94ffad Background Color

<div style="background-color:#94ffad">
Div content here</div>

This div background color is #94ffad


#94ffad Border Color

<div style="border:3px solid #94ffad">
Div here</div>

This div border color is #94ffad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,255,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94ffad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94ffad;
  -webkit-box-shadow: 1px 1px 3px 2px #94ffad;
  box-shadow:         1px 1px 3px 2px #94ffad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,255,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94ffad

Related Colors


Comments

No comments written yet.

Please login to write comment.