Color Hex Logo

#acfbe4 Color Hex

#ACFBE4
(172,251,228)
0 Favorites   0 Comments

Color spaces of #acfbe4

RGB 172251228
HSL0.450.910.83
HSV163°31°98°
CMYK 0.310.000.09   0.02
XYZ65.514083.366586.0372
Yxy83.36650.27890.3549
Hunter Lab91.3053-31.70568.0445
CIE-Lab93.1747-28.90643.3314

#acfbe4 color RGB value is (172,251,228).

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

The process color (four color CMYK) of #acfbe4 color hex is 0.31, 0.00, 0.09, 0.02. Web safe color of #acfbe4 is #99ffcc. Color #acfbe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 11100100
Octal 254 373 344
Decimal 172 251 228
Hex AC FB E4

RGB Percentages of Color #acfbe4

%26.42
%38.56
%35.02

CMYK Percentages of Color #acfbe4

%31
%0
%9
%2

Triadic Colors of #acfbe4

#acfbe4 #e4acfb #fbe4ac

Analogous Colors of #acfbe4

#acfbe4 #acebfb #acfbbd

Monochromatic Colors of #acfbe4

#acfbe4

Complementary Color

#acfbe4 #fbacc3

#acfbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfbe4 Color CSS Codes

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

#acfbe4 Text Font Color

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

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


#acfbe4 Background Color

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

This div background color is #acfbe4


#acfbe4 Border Color

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

This div border color is #acfbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfbe4

Related Colors


Comments

No comments written yet.

Please login to write comment.