Color Hex Logo

#accaed Color Hex

#ACCAED
(172,202,237)
0 Favorites   0 Comments

Color spaces of #accaed

RGB 172202237
HSL0.590.640.80
HSV212°27°93°
CMYK 0.270.150.00   0.07
XYZ53.419857.126188.3317
Yxy57.12610.26860.2872
Hunter Lab75.5818-6.1077-16.3844
CIE-Lab80.2505-2.2454-20.5810

#accaed color RGB value is (172,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11101101
Octal 254 312 355
Decimal 172 202 237
Hex AC CA ED

RGB Percentages of Color #accaed

%28.15
%33.06
%38.79

CMYK Percentages of Color #accaed

%27
%15
%0
%7

Triadic Colors of #accaed

#accaed #edacca #caedac

Analogous Colors of #accaed

#accaed #afaced #acebed

Monochromatic Colors of #accaed

#accaed

Complementary Color

#accaed #edcfac

#accaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#accaed Color CSS Codes

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

#accaed Text Font Color

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

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


#accaed Background Color

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

This div background color is #accaed


#accaed Border Color

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

This div border color is #accaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,202,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 #accaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accaed


Comments

No comments written yet.

Please login to write comment.