Color Hex Logo

#acfcea Color Hex

#ACFCEA
(172,252,234)
0 Favorites   0 Comments

Color spaces of #acfcea

RGB 172252234
HSL0.460.930.83
HSV167°32°99°
CMYK 0.320.000.07   0.01
XYZ66.674984.332090.6055
Yxy84.33200.27600.3490
Hunter Lab91.8325-31.10705.7849
CIE-Lab93.5945-28.12250.8390

#acfcea color RGB value is (172,252,234).

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

The process color (four color CMYK) of #acfcea color hex is 0.32, 0.00, 0.07, 0.01. Web safe color of #acfcea is #99ffff. Color #acfcea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11101010
Octal 254 374 352
Decimal 172 252 234
Hex AC FC EA

RGB Percentages of Color #acfcea

%26.14
%38.30
%35.56

CMYK Percentages of Color #acfcea

%32
%0
%7
%1

Triadic Colors of #acfcea

#acfcea #eaacfc #fceaac

Analogous Colors of #acfcea

#acfcea #ace6fc #acfcc2

Monochromatic Colors of #acfcea

#acfcea

Complementary Color

#acfcea #fcacbe

#acfcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcea Color CSS Codes

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

#acfcea Text Font Color

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

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


#acfcea Background Color

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

This div background color is #acfcea


#acfcea Border Color

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

This div border color is #acfcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcea


Comments

No comments written yet.

Please login to write comment.