Color Hex Logo

#acfcdb Color Hex

#ACFCDB
(172,252,219)
0 Favorites   0 Comments

Color spaces of #acfcdb

RGB 172252219
HSL0.430.930.83
HSV155°32°99°
CMYK 0.320.000.13   0.01
XYZ64.609883.505979.7308
Yxy83.50590.28360.3665
Hunter Lab91.3816-33.712312.2363
CIE-Lab93.2355-31.20998.0690

#acfcdb color RGB value is (172,252,219).

#acfcdb hex color red value is 172, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #acfcdb hue: 0.43 , saturation: 0.93 and the lightness value of acfcdb is 0.83.

The process color (four color CMYK) of #acfcdb color hex is 0.32, 0.00, 0.13, 0.01. Web safe color of #acfcdb is #99ffcc. Color #acfcdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11011011
Octal 254 374 333
Decimal 172 252 219
Hex AC FC DB

RGB Percentages of Color #acfcdb

%26.75
%39.19
%34.06

CMYK Percentages of Color #acfcdb

%32
%0
%13
%1

Triadic Colors of #acfcdb

#acfcdb #dbacfc #fcdbac

Analogous Colors of #acfcdb

#acfcdb #acf5fc #acfcb3

Monochromatic Colors of #acfcdb

#acfcdb

Complementary Color

#acfcdb #fcaccd

#acfcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcdb Color CSS Codes

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

#acfcdb Text Font Color

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

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


#acfcdb Background Color

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

This div background color is #acfcdb


#acfcdb Border Color

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

This div border color is #acfcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcdb


Comments

No comments written yet.

Please login to write comment.