Color Hex Logo

#94edda Color Hex

#94EDDA
(148,237,218)
0 Favorites   0 Comments

Color spaces of #94edda

RGB 148237218
HSL0.460.710.75
HSV167°38°93°
CMYK 0.380.000.08   0.07
XYZ55.151871.926277.3060
Yxy71.92620.26980.3519
Hunter Lab84.8093-32.33715.3221
CIE-Lab87.9331-30.94790.7732

#94edda color RGB value is (148,237,218).

#94edda hex color red value is 148, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #94edda hue: 0.46 , saturation: 0.71 and the lightness value of 94edda is 0.75.

The process color (four color CMYK) of #94edda color hex is 0.38, 0.00, 0.08, 0.07. Web safe color of #94edda is #99ffcc. Color #94edda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11101101 11011010
Octal 224 355 332
Decimal 148 237 218
Hex 94 ED DA

RGB Percentages of Color #94edda

%24.54
%39.30
%36.15

CMYK Percentages of Color #94edda

%38
%0
%8
%7

Triadic Colors of #94edda

#94edda #da94ed #edda94

Analogous Colors of #94edda

#94edda #94d4ed #94edae

Monochromatic Colors of #94edda

#94edda

Complementary Color

#94edda #ed94a7

#94edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#94edda Color CSS Codes

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

#94edda Text Font Color

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

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


#94edda Background Color

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

This div background color is #94edda


#94edda Border Color

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

This div border color is #94edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94edda


Comments

No comments written yet.

Please login to write comment.