Color Hex Logo

#99a7ea Color Hex

#99A7EA
(153,167,234)
0 Favorites   0 Comments

Color spaces of #99a7ea

RGB 153167234
HSL0.640.660.76
HSV230°35°92°
CMYK 0.350.290.00   0.08
XYZ41.806940.350383.4268
Yxy40.35030.25250.2437
Hunter Lab63.52196.3164-33.4035
CIE-Lab69.718310.7780-35.2214

#99a7ea color RGB value is (153,167,234).

#99a7ea hex color red value is 153, green value is 167 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #99a7ea hue: 0.64 , saturation: 0.66 and the lightness value of 99a7ea is 0.76.

The process color (four color CMYK) of #99a7ea color hex is 0.35, 0.29, 0.00, 0.08. Web safe color of #99a7ea is #9999ff. Color #99a7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10100111 11101010
Octal 231 247 352
Decimal 153 167 234
Hex 99 A7 EA

RGB Percentages of Color #99a7ea

%27.62
%30.14
%42.24

CMYK Percentages of Color #99a7ea

%35
%29
%0
%8

Triadic Colors of #99a7ea

#99a7ea #ea99a7 #a7ea99

Analogous Colors of #99a7ea

#99a7ea #b499ea #99d0ea

Monochromatic Colors of #99a7ea

#99a7ea

Complementary Color

#99a7ea #eadc99

#99a7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99a7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#99a7ea Color CSS Codes

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

#99a7ea Text Font Color

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

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


#99a7ea Background Color

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

This div background color is #99a7ea


#99a7ea Border Color

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

This div border color is #99a7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99a7ea

#99a7ea Color Palettes


Comments

No comments written yet.

Please login to write comment.