Color Hex Logo

#accadb Color Hex

#ACCADB
(172,202,219)
0 Favorites   0 Comments

Color spaces of #accadb

RGB 172202219
HSL0.560.390.77
HSV202°21°86°
CMYK 0.210.080.00   0.14
XYZ50.920056.126275.1675
Yxy56.12620.27950.3080
Hunter Lab74.9174-9.7823-7.0457
CIE-Lab79.6856-6.3500-11.7859

#accadb color RGB value is (172,202,219).

#accadb hex color red value is 172, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #accadb hue: 0.56 , saturation: 0.39 and the lightness value of accadb is 0.77.

The process color (four color CMYK) of #accadb color hex is 0.21, 0.08, 0.00, 0.14. Web safe color of #accadb is #99cccc. Color #accadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11011011
Octal 254 312 333
Decimal 172 202 219
Hex AC CA DB

RGB Percentages of Color #accadb

%29.01
%34.06
%36.93

CMYK Percentages of Color #accadb

%21
%8
%0
%14

Triadic Colors of #accadb

#accadb #dbacca #cadbac

Analogous Colors of #accadb

#accadb #acb3db #acdbd5

Monochromatic Colors of #accadb

#accadb

Complementary Color

#accadb #dbbdac

#accadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accadb Color CSS Codes

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

#accadb Text Font Color

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

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


#accadb Background Color

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

This div background color is #accadb


#accadb Border Color

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

This div border color is #accadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accadb


Comments

No comments written yet.

Please login to write comment.