Color Hex Logo

#94edea Color Hex

#94EDEA
(148,237,234)
0 Favorites   0 Comments

Color spaces of #94edea

RGB 148237234
HSL0.490.710.75
HSV178°38°93°
CMYK 0.380.000.01   0.07
XYZ57.348272.804888.8721
Yxy72.80480.26180.3324
Hunter Lab85.3257-29.3485-2.0262
CIE-Lab88.3545-27.3004-6.9881

#94edea color RGB value is (148,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 11101101 11101010
Octal 224 355 352
Decimal 148 237 234
Hex 94 ED EA

RGB Percentages of Color #94edea

%23.91
%38.29
%37.80

CMYK Percentages of Color #94edea

%38
%0
%1
%7

Triadic Colors of #94edea

#94edea #ea94ed #edea94

Analogous Colors of #94edea

#94edea #94c4ed #94edbe

Monochromatic Colors of #94edea

#94edea

Complementary Color

#94edea #ed9497

#94edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#94edea Color CSS Codes

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

#94edea Text Font Color

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

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


#94edea Background Color

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

This div background color is #94edea


#94edea Border Color

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

This div border color is #94edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94edea


Comments

No comments written yet.

Please login to write comment.