Color Hex Logo

#accbed Color Hex

#ACCBED
(172,203,237)
0 Favorites   0 Comments

Color spaces of #accbed

RGB 172203237
HSL0.590.640.80
HSV211°27°93°
CMYK 0.270.140.00   0.07
XYZ53.655357.597088.4102
Yxy57.59700.26870.2885
Hunter Lab75.8927-6.6147-15.9442
CIE-Lab80.5142-2.7768-20.1815

#accbed color RGB value is (172,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11101101
Octal 254 313 355
Decimal 172 203 237
Hex AC CB ED

RGB Percentages of Color #accbed

%28.10
%33.17
%38.73

CMYK Percentages of Color #accbed

%27
%14
%0
%7

Triadic Colors of #accbed

#accbed #edaccb #cbedac

Analogous Colors of #accbed

#accbed #aeaced #aceced

Monochromatic Colors of #accbed

#accbed

Complementary Color

#accbed #edceac

#accbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbed Color CSS Codes

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

#accbed Text Font Color

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

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


#accbed Background Color

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

This div background color is #accbed


#accbed Border Color

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

This div border color is #accbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbed


Comments

No comments written yet.

Please login to write comment.