Color Hex Logo

#a7caee Color Hex

#A7CAEE
(167,202,238)
0 Favorites   0 Comments

Color spaces of #a7caee

RGB 167202238
HSL0.580.680.79
HSV210°30°93°
CMYK 0.300.150.00   0.07
XYZ52.489556.629689.0530
Yxy56.62960.26490.2858
Hunter Lab75.2526-7.1865-17.4862
CIE-Lab79.9708-3.4493-21.5695

#a7caee color RGB value is (167,202,238).

#a7caee hex color red value is 167, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a7caee hue: 0.58 , saturation: 0.68 and the lightness value of a7caee is 0.79.

The process color (four color CMYK) of #a7caee color hex is 0.30, 0.15, 0.00, 0.07. Web safe color of #a7caee is #99ccff. Color #a7caee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001010 11101110
Octal 247 312 356
Decimal 167 202 238
Hex A7 CA EE

RGB Percentages of Color #a7caee

%27.51
%33.28
%39.21

CMYK Percentages of Color #a7caee

%30
%15
%0
%7

Triadic Colors of #a7caee

#a7caee #eea7ca #caeea7

Analogous Colors of #a7caee

#a7caee #a8a7ee #a7eeee

Monochromatic Colors of #a7caee

#a7caee

Complementary Color

#a7caee #eecba7

#a7caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7caee Color CSS Codes

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

#a7caee Text Font Color

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

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


#a7caee Background Color

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

This div background color is #a7caee


#a7caee Border Color

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

This div border color is #a7caee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,202,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7caee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7caee;
  -webkit-box-shadow: 1px 1px 3px 2px #a7caee;
  box-shadow:         1px 1px 3px 2px #a7caee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,202,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7caee


Comments

No comments written yet.

Please login to write comment.