Color Hex Logo

#accdbf Color Hex

#ACCDBF
(172,205,191)
0 Favorites   0 Comments

Color spaces of #accdbf

RGB 172205191
HSL0.430.250.74
HSV155°16°80°
CMYK 0.160.000.07   0.20
XYZ48.248556.194957.5939
Yxy56.19490.29780.3468
Hunter Lab74.9633-16.29806.9221
CIE-Lab79.7246-13.74793.2957

#accdbf color RGB value is (172,205,191).

#accdbf hex color red value is 172, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #accdbf hue: 0.43 , saturation: 0.25 and the lightness value of accdbf is 0.74.

The process color (four color CMYK) of #accdbf color hex is 0.16, 0.00, 0.07, 0.20. Web safe color of #accdbf is #99cccc. Color #accdbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 10111111
Octal 254 315 277
Decimal 172 205 191
Hex AC CD BF

RGB Percentages of Color #accdbf

%30.28
%36.09
%33.63

CMYK Percentages of Color #accdbf

%16
%0
%7
%20

Triadic Colors of #accdbf

#accdbf #bfaccd #cdbfac

Analogous Colors of #accdbf

#accdbf #accbcd #accdaf

Monochromatic Colors of #accdbf

#accdbf

Complementary Color

#accdbf #cdacba

#accdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdbf Color CSS Codes

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

#accdbf Text Font Color

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

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


#accdbf Background Color

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

This div background color is #accdbf


#accdbf Border Color

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

This div border color is #accdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdbf


Comments

No comments written yet.

Please login to write comment.