Color Hex Logo

#94eebb Color Hex

#94EEBB
(148,238,187)
0 Favorites   0 Comments

Color spaces of #94eebb

RGB 148238187
HSL0.410.730.76
HSV146°38°93°
CMYK 0.380.000.21   0.07
XYZ51.756971.032857.9965
Yxy71.03280.28630.3929
Hunter Lab84.2810-37.874918.1973
CIE-Lab87.5009-37.824216.3272

#94eebb color RGB value is (148,238,187).

#94eebb hex color red value is 148, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #94eebb hue: 0.41 , saturation: 0.73 and the lightness value of 94eebb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 11101110 10111011
Octal 224 356 273
Decimal 148 238 187
Hex 94 EE BB

RGB Percentages of Color #94eebb

%25.83
%41.54
%32.64

CMYK Percentages of Color #94eebb

%38
%0
%21
%7

Triadic Colors of #94eebb

#94eebb #bb94ee #eebb94

Analogous Colors of #94eebb

#94eebb #94eee8 #9aee94

Monochromatic Colors of #94eebb

#94eebb

Complementary Color

#94eebb #ee94c7

#94eebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94eebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#94eebb Color CSS Codes

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

#94eebb Text Font Color

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

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


#94eebb Background Color

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

This div background color is #94eebb


#94eebb Border Color

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

This div border color is #94eebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94eebb


Comments

No comments written yet.

Please login to write comment.