Color Hex Logo

#acfceb Color Hex

#ACFCEB
(172,252,235)
0 Favorites   0 Comments

Color spaces of #acfceb

RGB 172252235
HSL0.460.930.83
HSV167°32°99°
CMYK 0.320.000.07   0.01
XYZ66.819184.389691.3644
Yxy84.38960.27550.3479
Hunter Lab91.8638-30.92595.3370
CIE-Lab93.6195-27.91000.3583

#acfceb color RGB value is (172,252,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11101011
Octal 254 374 353
Decimal 172 252 235
Hex AC FC EB

RGB Percentages of Color #acfceb

%26.10
%38.24
%35.66

CMYK Percentages of Color #acfceb

%32
%0
%7
%1

Triadic Colors of #acfceb

#acfceb #ebacfc #fcebac

Analogous Colors of #acfceb

#acfceb #ace5fc #acfcc3

Monochromatic Colors of #acfceb

#acfceb

Complementary Color

#acfceb #fcacbd

#acfceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfceb Color CSS Codes

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

#acfceb Text Font Color

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

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


#acfceb Background Color

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

This div background color is #acfceb


#acfceb Border Color

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

This div border color is #acfceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfceb

Related Colors


Comments

No comments written yet.

Please login to write comment.