Color Hex Logo

#a8cbed Color Hex

#A8CBED
(168,203,237)
0 Favorites   0 Comments

Color spaces of #a8cbed

RGB 168203237
HSL0.580.660.79
HSV210°29°93°
CMYK 0.290.140.00   0.07
XYZ52.790457.151188.3697
Yxy57.15110.26620.2882
Hunter Lab75.5983-7.6504-16.3874
CIE-Lab80.2645-3.9329-20.5835

#a8cbed color RGB value is (168,203,237).

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

The process color (four color CMYK) of #a8cbed color hex is 0.29, 0.14, 0.00, 0.07. Web safe color of #a8cbed is #99ccff. Color #a8cbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001011 11101101
Octal 250 313 355
Decimal 168 203 237
Hex A8 CB ED

RGB Percentages of Color #a8cbed

%27.63
%33.39
%38.98

CMYK Percentages of Color #a8cbed

%29
%14
%0
%7

Triadic Colors of #a8cbed

#a8cbed #eda8cb #cbeda8

Analogous Colors of #a8cbed

#a8cbed #a8a9ed #a8eded

Monochromatic Colors of #a8cbed

#a8cbed

Complementary Color

#a8cbed #edcaa8

#a8cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cbed Color CSS Codes

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

#a8cbed Text Font Color

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

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


#a8cbed Background Color

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

This div background color is #a8cbed


#a8cbed Border Color

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

This div border color is #a8cbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cbed


Comments

No comments written yet.

Please login to write comment.