Color Hex Logo

#a8cbe2 Color Hex

#A8CBE2
(168,203,226)
0 Favorites   0 Comments

Color spaces of #a8cbe2

RGB 168203226
HSL0.570.500.77
HSV204°26°89°
CMYK 0.260.100.00   0.11
XYZ51.231956.527780.1622
Yxy56.52770.27260.3008
Hunter Lab75.1849-9.9415-10.5856
CIE-Lab79.9132-6.5037-15.2250

#a8cbe2 color RGB value is (168,203,226).

#a8cbe2 hex color red value is 168, green value is 203 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #a8cbe2 hue: 0.57 , saturation: 0.50 and the lightness value of a8cbe2 is 0.77.

The process color (four color CMYK) of #a8cbe2 color hex is 0.26, 0.10, 0.00, 0.11. Web safe color of #a8cbe2 is #99cccc. Color #a8cbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001011 11100010
Octal 250 313 342
Decimal 168 203 226
Hex A8 CB E2

RGB Percentages of Color #a8cbe2

%28.14
%34.00
%37.86

CMYK Percentages of Color #a8cbe2

%26
%10
%0
%11

Triadic Colors of #a8cbe2

#a8cbe2 #e2a8cb #cbe2a8

Analogous Colors of #a8cbe2

#a8cbe2 #a8aee2 #a8e2dc

Monochromatic Colors of #a8cbe2

#a8cbe2

Complementary Color

#a8cbe2 #e2bfa8

#a8cbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cbe2 Color CSS Codes

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

#a8cbe2 Text Font Color

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

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


#a8cbe2 Background Color

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

This div background color is #a8cbe2


#a8cbe2 Border Color

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

This div border color is #a8cbe2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,203,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cbe2


Comments

No comments written yet.

Please login to write comment.