Color Hex Logo

#a8e2cb Color Hex

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

Color spaces of #a8e2cb

RGB 168226203
HSL0.430.500.77
HSV156°26°89°
CMYK 0.260.000.10   0.11
XYZ54.124367.029366.5852
Yxy67.02930.28830.3570
Hunter Lab81.8714-25.27069.0900
CIE-Lab85.5187-23.14755.2721

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

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

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

Base Numbers

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

RGB Percentages of Color #a8e2cb

%28.14
%37.86
%34.00

CMYK Percentages of Color #a8e2cb

%26
%0
%10
%11

Triadic Colors of #a8e2cb

#a8e2cb #cba8e2 #e2cba8

Analogous Colors of #a8e2cb

#a8e2cb #a8dce2 #a8e2ae

Monochromatic Colors of #a8e2cb

#a8e2cb

Complementary Color

#a8e2cb #e2a8bf

#a8e2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8e2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8e2cb Color CSS Codes

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

#a8e2cb Text Font Color

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

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


#a8e2cb Background Color

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

This div background color is #a8e2cb


#a8e2cb Border Color

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

This div border color is #a8e2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8e2cb


Comments

No comments written yet.

Please login to write comment.