Color Hex Logo

#accceb Color Hex

#ACCCEB
(172,204,235)
0 Favorites   0 Comments

Color spaces of #accceb

RGB 172204235
HSL0.580.610.80
HSV210°27°92°
CMYK 0.270.130.00   0.08
XYZ53.601557.954586.9585
Yxy57.95450.27000.2919
Hunter Lab76.1279-7.5422-14.4356
CIE-Lab80.7135-3.7739-18.8110

#accceb color RGB value is (172,204,235).

#accceb hex color red value is 172, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #accceb hue: 0.58 , saturation: 0.61 and the lightness value of accceb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11101011
Octal 254 314 353
Decimal 172 204 235
Hex AC CC EB

RGB Percentages of Color #accceb

%28.15
%33.39
%38.46

CMYK Percentages of Color #accceb

%27
%13
%0
%8

Triadic Colors of #accceb

#accceb #ebaccc #ccebac

Analogous Colors of #accceb

#accceb #acadeb #acebeb

Monochromatic Colors of #accceb

#accceb

Complementary Color

#accceb #ebcbac

#accceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accceb Color CSS Codes

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

#accceb Text Font Color

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

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


#accceb Background Color

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

This div background color is #accceb


#accceb Border Color

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

This div border color is #accceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,204,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #accceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #accceb;
  -webkit-box-shadow: 1px 1px 3px 2px #accceb;
  box-shadow:         1px 1px 3px 2px #accceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,204,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accceb


Comments

No comments written yet.

Please login to write comment.