Color Hex Logo

#acdfe1 Color Hex

#ACDFE1
(172,223,225)
0 Favorites   0 Comments

Color spaces of #acdfe1

RGB 172223225
HSL0.510.470.78
HSV182°24°88°
CMYK 0.240.010.00   0.12
XYZ56.991566.982381.1593
Yxy66.98230.27780.3265
Hunter Lab81.8427-18.9256-1.5050
CIE-Lab85.4950-15.8526-6.3469

#acdfe1 color RGB value is (172,223,225).

#acdfe1 hex color red value is 172, green value is 223 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #acdfe1 hue: 0.51 , saturation: 0.47 and the lightness value of acdfe1 is 0.78.

The process color (four color CMYK) of #acdfe1 color hex is 0.24, 0.01, 0.00, 0.12. Web safe color of #acdfe1 is #99cccc. Color #acdfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11100001
Octal 254 337 341
Decimal 172 223 225
Hex AC DF E1

RGB Percentages of Color #acdfe1

%27.74
%35.97
%36.29

CMYK Percentages of Color #acdfe1

%24
%1
%0
%12

Triadic Colors of #acdfe1

#acdfe1 #e1acdf #dfe1ac

Analogous Colors of #acdfe1

#acdfe1 #acc5e1 #ace1c9

Monochromatic Colors of #acdfe1

#acdfe1

Complementary Color

#acdfe1 #e1aeac

#acdfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfe1 Color CSS Codes

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

#acdfe1 Text Font Color

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

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


#acdfe1 Background Color

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

This div background color is #acdfe1


#acdfe1 Border Color

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

This div border color is #acdfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfe1


Comments

No comments written yet.

Please login to write comment.