Color Hex Logo

#accbe4 Color Hex

#ACCBE4
(172,203,228)
0 Favorites   0 Comments

Color spaces of #accbe4

RGB 172203228
HSL0.570.510.78
HSV207°25°89°
CMYK 0.250.110.00   0.11
XYZ52.372857.084081.6568
Yxy57.08400.27400.2987
Hunter Lab75.5540-8.4861-11.1914
CIE-Lab80.2268-4.8570-15.7997

#accbe4 color RGB value is (172,203,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11100100
Octal 254 313 344
Decimal 172 203 228
Hex AC CB E4

RGB Percentages of Color #accbe4

%28.52
%33.67
%37.81

CMYK Percentages of Color #accbe4

%25
%11
%0
%11

Triadic Colors of #accbe4

#accbe4 #e4accb #cbe4ac

Analogous Colors of #accbe4

#accbe4 #acafe4 #ace4e1

Monochromatic Colors of #accbe4

#accbe4

Complementary Color

#accbe4 #e4c5ac

#accbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbe4 Color CSS Codes

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

#accbe4 Text Font Color

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

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


#accbe4 Background Color

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

This div background color is #accbe4


#accbe4 Border Color

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

This div border color is #accbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbe4


Comments

No comments written yet.

Please login to write comment.