Color Hex Logo

#accdeb Color Hex

#ACCDEB
(172,205,235)
0 Favorites   0 Comments

Color spaces of #accdeb

RGB 172205235
HSL0.580.610.80
HSV209°27°92°
CMYK 0.270.130.00   0.08
XYZ53.840058.431587.0380
Yxy58.43150.27010.2932
Hunter Lab76.4405-8.0464-14.0015
CIE-Lab80.9781-4.3027-18.4113

#accdeb color RGB value is (172,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11101011
Octal 254 315 353
Decimal 172 205 235
Hex AC CD EB

RGB Percentages of Color #accdeb

%28.10
%33.50
%38.40

CMYK Percentages of Color #accdeb

%27
%13
%0
%8

Triadic Colors of #accdeb

#accdeb #ebaccd #cdebac

Analogous Colors of #accdeb

#accdeb #acaeeb #acebea

Monochromatic Colors of #accdeb

#accdeb

Complementary Color

#accdeb #ebcaac

#accdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdeb Color CSS Codes

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

#accdeb Text Font Color

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

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


#accdeb Background Color

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

This div background color is #accdeb


#accdeb Border Color

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

This div border color is #accdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdeb


Comments

No comments written yet.

Please login to write comment.