Color Hex Logo

#acfce4 Color Hex

#ACFCE4
(172,252,228)
0 Favorites   0 Comments

Color spaces of #acfce4

RGB 172252228
HSL0.450.930.83
HSV162°32°99°
CMYK 0.320.000.10   0.01
XYZ65.827383.992986.1416
Yxy83.99290.27900.3560
Hunter Lab91.6476-32.17318.4254
CIE-Lab93.4474-29.37913.7269

#acfce4 color RGB value is (172,252,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11100100
Octal 254 374 344
Decimal 172 252 228
Hex AC FC E4

RGB Percentages of Color #acfce4

%26.38
%38.65
%34.97

CMYK Percentages of Color #acfce4

%32
%0
%10
%1

Triadic Colors of #acfce4

#acfce4 #e4acfc #fce4ac

Analogous Colors of #acfce4

#acfce4 #acecfc #acfcbc

Monochromatic Colors of #acfce4

#acfce4

Complementary Color

#acfce4 #fcacc4

#acfce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfce4 Color CSS Codes

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

#acfce4 Text Font Color

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

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


#acfce4 Background Color

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

This div background color is #acfce4


#acfce4 Border Color

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

This div border color is #acfce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfce4

Related Colors


Comments

No comments written yet.

Please login to write comment.