Color Hex Logo

#accdea Color Hex

#ACCDEA
(172,205,234)
0 Favorites   0 Comments

Color spaces of #accdea

RGB 172205234
HSL0.580.600.80
HSV208°26°92°
CMYK 0.260.120.00   0.08
XYZ53.695958.373886.2791
Yxy58.37380.27070.2943
Hunter Lab76.4027-8.2549-13.4723
CIE-Lab80.9462-4.5345-17.9253

#accdea color RGB value is (172,205,234).

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

The process color (four color CMYK) of #accdea color hex is 0.26, 0.12, 0.00, 0.08. Web safe color of #accdea is #99ccff. Color #accdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11101010
Octal 254 315 352
Decimal 172 205 234
Hex AC CD EA

RGB Percentages of Color #accdea

%28.15
%33.55
%38.30

CMYK Percentages of Color #accdea

%26
%12
%0
%8

Triadic Colors of #accdea

#accdea #eaaccd #cdeaac

Analogous Colors of #accdea

#accdea #acaeea #aceae8

Monochromatic Colors of #accdea

#accdea

Complementary Color

#accdea #eac9ac

#accdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdea Color CSS Codes

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

#accdea Text Font Color

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

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


#accdea Background Color

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

This div background color is #accdea


#accdea Border Color

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

This div border color is #accdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdea


Comments

No comments written yet.

Please login to write comment.