Color Hex Logo

#accdbe Color Hex

#ACCDBE
(172,205,190)
0 Favorites   0 Comments

Color spaces of #accdbe

RGB 172205190
HSL0.420.250.74
HSV153°16°80°
CMYK 0.160.000.07   0.20
XYZ48.138856.151057.0162
Yxy56.15100.29840.3481
Hunter Lab74.9340-16.46317.3409
CIE-Lab79.6997-13.94303.7954

#accdbe color RGB value is (172,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 10111110
Octal 254 315 276
Decimal 172 205 190
Hex AC CD BE

RGB Percentages of Color #accdbe

%30.34
%36.16
%33.51

CMYK Percentages of Color #accdbe

%16
%0
%7
%20

Triadic Colors of #accdbe

#accdbe #beaccd #cdbeac

Analogous Colors of #accdbe

#accdbe #accccd #accdae

Monochromatic Colors of #accdbe

#accdbe

Complementary Color

#accdbe #cdacbb

#accdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdbe Color CSS Codes

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

#accdbe Text Font Color

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

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


#accdbe Background Color

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

This div background color is #accdbe


#accdbe Border Color

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

This div border color is #accdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdbe


Comments

No comments written yet.

Please login to write comment.