Color Hex Logo

#aceceb Color Hex

#ACECEB
(172,236,235)
0 Favorites   0 Comments

Color spaces of #aceceb

RGB 172236235
HSL0.500.630.80
HSV179°27°93°
CMYK 0.270.000.00   0.07
XYZ62.004174.759789.7594
Yxy74.75970.27370.3300
Hunter Lab86.4637-23.3071-1.0254
CIE-Lab89.2803-20.1531-6.0119

#aceceb color RGB value is (172,236,235).

#aceceb hex color red value is 172, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aceceb hue: 0.50 , saturation: 0.63 and the lightness value of aceceb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11101011
Octal 254 354 353
Decimal 172 236 235
Hex AC EC EB

RGB Percentages of Color #aceceb

%26.75
%36.70
%36.55

CMYK Percentages of Color #aceceb

%27
%0
%0
%7

Triadic Colors of #aceceb

#aceceb #ebacec #ecebac

Analogous Colors of #aceceb

#aceceb #accdec #aceccb

Monochromatic Colors of #aceceb

#aceceb

Complementary Color

#aceceb #ecacad

#aceceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceceb Color CSS Codes

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

#aceceb Text Font Color

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

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


#aceceb Background Color

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

This div background color is #aceceb


#aceceb Border Color

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

This div border color is #aceceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceceb


Comments

No comments written yet.

Please login to write comment.