Color Hex Logo

#accbea Color Hex

#ACCBEA
(172,203,234)
0 Favorites   0 Comments

Color spaces of #accbea

RGB 172203234
HSL0.580.600.80
HSV210°26°92°
CMYK 0.260.130.00   0.08
XYZ53.220557.423086.1206
Yxy57.42300.27050.2918
Hunter Lab75.7780-7.2470-14.3377
CIE-Lab80.4169-3.4767-18.7244

#accbea color RGB value is (172,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11101010
Octal 254 313 352
Decimal 172 203 234
Hex AC CB EA

RGB Percentages of Color #accbea

%28.24
%33.33
%38.42

CMYK Percentages of Color #accbea

%26
%13
%0
%8

Triadic Colors of #accbea

#accbea #eaaccb #cbeaac

Analogous Colors of #accbea

#accbea #acacea #aceaea

Monochromatic Colors of #accbea

#accbea

Complementary Color

#accbea #eacbac

#accbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbea Color CSS Codes

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

#accbea Text Font Color

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

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


#accbea Background Color

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

This div background color is #accbea


#accbea Border Color

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

This div border color is #accbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbea


Comments

No comments written yet.

Please login to write comment.