Color Hex Logo

#accfdb Color Hex

#ACCFDB
(172,207,219)
0 Favorites   0 Comments

Color spaces of #accfdb

RGB 172207219
HSL0.540.390.77
HSV195°21°86°
CMYK 0.210.050.00   0.14
XYZ52.112358.510875.5649
Yxy58.51080.27990.3143
Hunter Lab76.4924-12.2541-5.0265
CIE-Lab81.0220-8.9651-9.7928

#accfdb color RGB value is (172,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11011011
Octal 254 317 333
Decimal 172 207 219
Hex AC CF DB

RGB Percentages of Color #accfdb

%28.76
%34.62
%36.62

CMYK Percentages of Color #accfdb

%21
%5
%0
%14

Triadic Colors of #accfdb

#accfdb #dbaccf #cfdbac

Analogous Colors of #accfdb

#accfdb #acb8db #acdbd0

Monochromatic Colors of #accfdb

#accfdb

Complementary Color

#accfdb #dbb8ac

#accfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfdb Color CSS Codes

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

#accfdb Text Font Color

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

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


#accfdb Background Color

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

This div background color is #accfdb


#accfdb Border Color

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

This div border color is #accfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfdb


Comments

No comments written yet.

Please login to write comment.