Color Hex Logo

#accbe3 Color Hex

#ACCBE3
(172,203,227)
0 Favorites   0 Comments

Color spaces of #accbe3

RGB 172203227
HSL0.570.500.78
HSV206°24°89°
CMYK 0.240.110.00   0.11
XYZ52.234357.028680.9276
Yxy57.02860.27460.2998
Hunter Lab75.5173-8.6892-10.6756
CIE-Lab80.1957-5.0845-15.3109

#accbe3 color RGB value is (172,203,227).

#accbe3 hex color red value is 172, green value is 203 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #accbe3 hue: 0.57 , saturation: 0.50 and the lightness value of accbe3 is 0.78.

The process color (four color CMYK) of #accbe3 color hex is 0.24, 0.11, 0.00, 0.11. Web safe color of #accbe3 is #99cccc. Color #accbe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11100011
Octal 254 313 343
Decimal 172 203 227
Hex AC CB E3

RGB Percentages of Color #accbe3

%28.57
%33.72
%37.71

CMYK Percentages of Color #accbe3

%24
%11
%0
%11

Triadic Colors of #accbe3

#accbe3 #e3accb #cbe3ac

Analogous Colors of #accbe3

#accbe3 #acb0e3 #ace3e0

Monochromatic Colors of #accbe3

#accbe3

Complementary Color

#accbe3 #e3c4ac

#accbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbe3 Color CSS Codes

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

#accbe3 Text Font Color

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

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


#accbe3 Background Color

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

This div background color is #accbe3


#accbe3 Border Color

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

This div border color is #accbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbe3


Comments

No comments written yet.

Please login to write comment.