Color Hex Logo

#acebdb Color Hex

#ACEBDB
(172,235,219)
0 Favorites   0 Comments

Color spaces of #acebdb

RGB 172235219
HSL0.460.610.80
HSV165°27°92°
CMYK 0.270.000.07   0.08
XYZ59.507873.301878.0301
Yxy73.30180.28220.3477
Hunter Lab85.6165-25.76225.8951
CIE-Lab88.5915-23.08331.3530

#acebdb color RGB value is (172,235,219).

#acebdb hex color red value is 172, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #acebdb hue: 0.46 , saturation: 0.61 and the lightness value of acebdb is 0.80.

The process color (four color CMYK) of #acebdb color hex is 0.27, 0.00, 0.07, 0.08. Web safe color of #acebdb is #99ffcc. Color #acebdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 11011011
Octal 254 353 333
Decimal 172 235 219
Hex AC EB DB

RGB Percentages of Color #acebdb

%27.48
%37.54
%34.98

CMYK Percentages of Color #acebdb

%27
%0
%7
%8

Triadic Colors of #acebdb

#acebdb #dbaceb #ebdbac

Analogous Colors of #acebdb

#acebdb #acdceb #acebbc

Monochromatic Colors of #acebdb

#acebdb

Complementary Color

#acebdb #ebacbc

#acebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acebdb Color CSS Codes

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

#acebdb Text Font Color

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

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


#acebdb Background Color

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

This div background color is #acebdb


#acebdb Border Color

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

This div border color is #acebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acebdb


Comments

No comments written yet.

Please login to write comment.