Color Hex Logo

#99aece Color Hex

#99AECE
(153,174,206)
0 Favorites   0 Comments

Color spaces of #99aece

RGB 153174206
HSL0.600.350.70
HSV216°26°81°
CMYK 0.260.160.00   0.19
XYZ39.413541.500664.3256
Yxy41.50060.27140.2857
Hunter Lab64.4210-3.5283-14.1076
CIE-Lab70.5252-0.0995-18.6363

#99aece color RGB value is (153,174,206).

#99aece hex color red value is 153, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #99aece hue: 0.60 , saturation: 0.35 and the lightness value of 99aece is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101110 11001110
Octal 231 256 316
Decimal 153 174 206
Hex 99 AE CE

RGB Percentages of Color #99aece

%28.71
%32.65
%38.65

CMYK Percentages of Color #99aece

%26
%16
%0
%19

Triadic Colors of #99aece

#99aece #ce99ae #aece99

Analogous Colors of #99aece

#99aece #9f99ce #99c9ce

Monochromatic Colors of #99aece

#99aece

Complementary Color

#99aece #ceb999

#99aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aece Color CSS Codes

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

#99aece Text Font Color

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

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


#99aece Background Color

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

This div background color is #99aece


#99aece Border Color

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

This div border color is #99aece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,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 #99aece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aece


Comments

No comments written yet.

Please login to write comment.