Color Hex Logo

#accbec Color Hex

#ACCBEC
(172,203,236)
0 Favorites   0 Comments

Color spaces of #accbec

RGB 172203236
HSL0.590.630.80
HSV211°27°93°
CMYK 0.270.140.00   0.07
XYZ53.509557.538787.6427
Yxy57.53870.26930.2896
Hunter Lab75.8543-6.8266-15.4062
CIE-Lab80.4816-3.0110-19.6962

#accbec color RGB value is (172,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11101100
Octal 254 313 354
Decimal 172 203 236
Hex AC CB EC

RGB Percentages of Color #accbec

%28.15
%33.22
%38.63

CMYK Percentages of Color #accbec

%27
%14
%0
%7

Triadic Colors of #accbec

#accbec #ecaccb #cbecac

Analogous Colors of #accbec

#accbec #adacec #acebec

Monochromatic Colors of #accbec

#accbec

Complementary Color

#accbec #eccdac

#accbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbec Color CSS Codes

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

#accbec Text Font Color

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

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


#accbec Background Color

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

This div background color is #accbec


#accbec Border Color

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

This div border color is #accbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbec


Comments

No comments written yet.

Please login to write comment.