Color Hex Logo

#93aece Color Hex

#93AECE
(147,174,206)
0 Favorites   0 Comments

Color spaces of #93aece

RGB 147174206
HSL0.590.380.69
HSV213°29°81°
CMYK 0.290.160.00   0.19
XYZ38.309340.931464.2740
Yxy40.93140.26690.2852
Hunter Lab63.9777-5.0765-14.7803
CIE-Lab70.1278-1.9016-19.2766

#93aece color RGB value is (147,174,206).

#93aece hex color red value is 147, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #93aece hue: 0.59 , saturation: 0.38 and the lightness value of 93aece is 0.69.

The process color (four color CMYK) of #93aece color hex is 0.29, 0.16, 0.00, 0.19. Web safe color of #93aece is #9999cc. Color #93aece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101110 11001110
Octal 223 256 316
Decimal 147 174 206
Hex 93 AE CE

RGB Percentages of Color #93aece

%27.89
%33.02
%39.09

CMYK Percentages of Color #93aece

%29
%16
%0
%19

Triadic Colors of #93aece

#93aece #ce93ae #aece93

Analogous Colors of #93aece

#93aece #9693ce #93ccce

Monochromatic Colors of #93aece

#93aece

Complementary Color

#93aece #ceb393

#93aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aece Color CSS Codes

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

#93aece Text Font Color

<p style="color:#93aece">Text here</p>

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


#93aece Background Color

<div style="background-color:#93aece">
Div content here</div>

This div background color is #93aece


#93aece Border Color

<div style="border:3px solid #93aece">
Div here</div>

This div border color is #93aece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,174,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93aece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93aece;
  -webkit-box-shadow: 1px 1px 3px 2px #93aece;
  box-shadow:         1px 1px 3px 2px #93aece; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aece


Comments

No comments written yet.

Please login to write comment.