Color Hex Logo

#94ddab Color Hex

#94DDAB
(148,221,171)
0 Favorites   0 Comments

Color spaces of #94ddab

RGB 148221171
HSL0.390.520.72
HSV139°33°87°
CMYK 0.330.000.23   0.13
XYZ45.419960.949147.8985
Yxy60.94910.29440.3951
Hunter Lab78.0699-32.773718.2725
CIE-Lab82.3514-33.022117.4638

#94ddab color RGB value is (148,221,171).

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

The process color (four color CMYK) of #94ddab color hex is 0.33, 0.00, 0.23, 0.13. Web safe color of #94ddab is #99cc99. Color #94ddab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11011101 10101011
Octal 224 335 253
Decimal 148 221 171
Hex 94 DD AB

RGB Percentages of Color #94ddab

%27.41
%40.93
%31.67

CMYK Percentages of Color #94ddab

%33
%0
%23
%13

Triadic Colors of #94ddab

#94ddab #ab94dd #ddab94

Analogous Colors of #94ddab

#94ddab #94ddd0 #a2dd94

Monochromatic Colors of #94ddab

#94ddab

Complementary Color

#94ddab #dd94c6

#94ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#94ddab Color CSS Codes

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

#94ddab Text Font Color

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

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


#94ddab Background Color

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

This div background color is #94ddab


#94ddab Border Color

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

This div border color is #94ddab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,221,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 #94ddab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94ddab


Comments

No comments written yet.

Please login to write comment.