Color Hex Logo

#a8cbea Color Hex

#A8CBEA
(168,203,234)
0 Favorites   0 Comments

Color spaces of #a8cbea

RGB 168203234
HSL0.580.610.79
HSV208°28°92°
CMYK 0.280.130.00   0.08
XYZ52.355756.977286.0802
Yxy56.97720.26790.2916
Hunter Lab75.4832-8.2868-14.7753
CIE-Lab80.1668-4.6428-19.1268

#a8cbea color RGB value is (168,203,234).

#a8cbea hex color red value is 168, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a8cbea hue: 0.58 , saturation: 0.61 and the lightness value of a8cbea is 0.79.

The process color (four color CMYK) of #a8cbea color hex is 0.28, 0.13, 0.00, 0.08. Web safe color of #a8cbea is #99ccff. Color #a8cbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001011 11101010
Octal 250 313 352
Decimal 168 203 234
Hex A8 CB EA

RGB Percentages of Color #a8cbea

%27.77
%33.55
%38.68

CMYK Percentages of Color #a8cbea

%28
%13
%0
%8

Triadic Colors of #a8cbea

#a8cbea #eaa8cb #cbeaa8

Analogous Colors of #a8cbea

#a8cbea #a8aaea #a8eae8

Monochromatic Colors of #a8cbea

#a8cbea

Complementary Color

#a8cbea #eac7a8

#a8cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cbea Color CSS Codes

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

#a8cbea Text Font Color

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

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


#a8cbea Background Color

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

This div background color is #a8cbea


#a8cbea Border Color

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

This div border color is #a8cbea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,203,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8cbea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8cbea;
  -webkit-box-shadow: 1px 1px 3px 2px #a8cbea;
  box-shadow:         1px 1px 3px 2px #a8cbea; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cbea


Comments

No comments written yet.

Please login to write comment.