Color Hex Logo

#94aedc Color Hex

#94AEDC
(148,174,220)
0 Favorites   0 Comments

Color spaces of #94aedc

RGB 148174220
HSL0.610.510.72
HSV218°33°86°
CMYK 0.330.210.00   0.14
XYZ40.267141.735373.6436
Yxy41.73530.25870.2681
Hunter Lab64.6029-1.7956-22.3652
CIE-Lab70.68801.8712-26.0963

#94aedc color RGB value is (148,174,220).

#94aedc hex color red value is 148, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #94aedc hue: 0.61 , saturation: 0.51 and the lightness value of 94aedc is 0.72.

The process color (four color CMYK) of #94aedc color hex is 0.33, 0.21, 0.00, 0.14. Web safe color of #94aedc is #9999cc. Color #94aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101110 11011100
Octal 224 256 334
Decimal 148 174 220
Hex 94 AE DC

RGB Percentages of Color #94aedc

%27.31
%32.10
%40.59

CMYK Percentages of Color #94aedc

%33
%21
%0
%14

Triadic Colors of #94aedc

#94aedc #dc94ae #aedc94

Analogous Colors of #94aedc

#94aedc #9e94dc #94d2dc

Monochromatic Colors of #94aedc

#94aedc

Complementary Color

#94aedc #dcc294

#94aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#94aedc Color CSS Codes

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

#94aedc Text Font Color

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

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


#94aedc Background Color

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

This div background color is #94aedc


#94aedc Border Color

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

This div border color is #94aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94aedc


Comments

No comments written yet.

Please login to write comment.