Color Hex Logo

#94efef Color Hex

#94EFEF
(148,239,239)
0 Favorites   0 Comments

Color spaces of #94efef

RGB 148239239
HSL0.500.740.76
HSV180°38°94°
CMYK 0.380.000.00   0.06
XYZ58.659274.260992.9035
Yxy74.26090.25980.3288
Hunter Lab86.1748-29.3008-3.5972
CIE-Lab89.0456-27.0840-8.5810

#94efef color RGB value is (148,239,239).

#94efef hex color red value is 148, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #94efef hue: 0.50 , saturation: 0.74 and the lightness value of 94efef is 0.76.

The process color (four color CMYK) of #94efef color hex is 0.38, 0.00, 0.00, 0.06. Web safe color of #94efef is #99ffff. Color #94efef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11101111 11101111
Octal 224 357 357
Decimal 148 239 239
Hex 94 EF EF

RGB Percentages of Color #94efef

%23.64
%38.18
%38.18

CMYK Percentages of Color #94efef

%38
%0
%0
%6

Triadic Colors of #94efef

#94efef #ef94ef #efef94

Analogous Colors of #94efef

#94efef #94c2ef #94efc2

Monochromatic Colors of #94efef

#94efef

Complementary Color

#94efef #ef9494

#94efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#94efef Color CSS Codes

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

#94efef Text Font Color

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

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


#94efef Background Color

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

This div background color is #94efef


#94efef Border Color

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

This div border color is #94efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94efef


Comments

No comments written yet.

Please login to write comment.