Color Hex Logo

#94daab Color Hex

#94DAAB
(148,218,171)
0 Favorites   0 Comments

Color spaces of #94daab

RGB 148218171
HSL0.390.490.72
HSV140°32°85°
CMYK 0.320.000.22   0.15
XYZ44.634859.379047.6369
Yxy59.37900.29430.3916
Hunter Lab77.0578-31.457117.2875
CIE-Lab81.4995-31.615616.2725

#94daab color RGB value is (148,218,171).

#94daab hex color red value is 148, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #94daab hue: 0.39 , saturation: 0.49 and the lightness value of 94daab is 0.72.

The process color (four color CMYK) of #94daab color hex is 0.32, 0.00, 0.22, 0.15. Web safe color of #94daab is #99cc99. Color #94daab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11011010 10101011
Octal 224 332 253
Decimal 148 218 171
Hex 94 DA AB

RGB Percentages of Color #94daab

%27.56
%40.60
%31.84

CMYK Percentages of Color #94daab

%32
%0
%22
%15

Triadic Colors of #94daab

#94daab #ab94da #daab94

Analogous Colors of #94daab

#94daab #94dace #a0da94

Monochromatic Colors of #94daab

#94daab

Complementary Color

#94daab #da94c3

#94daab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94daab Color Preview on White Background

Lorem ipsum dolor sit amet.

#94daab Color CSS Codes

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

#94daab Text Font Color

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

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


#94daab Background Color

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

This div background color is #94daab


#94daab Border Color

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

This div border color is #94daab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94daab


Comments

No comments written yet.

Please login to write comment.