Color Hex Logo

#aceffd Color Hex

#ACEFFD
(172,239,253)
0 Favorites   0 Comments

Color spaces of #aceffd

RGB 172239253
HSL0.530.950.83
HSV190°32°99°
CMYK 0.320.060.00   0.01
XYZ65.609477.5955104.4480
Yxy77.59550.26490.3133
Hunter Lab88.0883-21.2053-8.6395
CIE-Lab90.5950-17.5729-13.4623

#aceffd color RGB value is (172,239,253).

#aceffd hex color red value is 172, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aceffd hue: 0.53 , saturation: 0.95 and the lightness value of aceffd is 0.83.

The process color (four color CMYK) of #aceffd color hex is 0.32, 0.06, 0.00, 0.01. Web safe color of #aceffd is #99ffff. Color #aceffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11111101
Octal 254 357 375
Decimal 172 239 253
Hex AC EF FD

RGB Percentages of Color #aceffd

%25.90
%35.99
%38.10

CMYK Percentages of Color #aceffd

%32
%6
%0
%1

Triadic Colors of #aceffd

#aceffd #fdacef #effdac

Analogous Colors of #aceffd

#aceffd #acc7fd #acfde3

Monochromatic Colors of #aceffd

#aceffd

Complementary Color

#aceffd #fdbaac

#aceffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceffd Color CSS Codes

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

#aceffd Text Font Color

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

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


#aceffd Background Color

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

This div background color is #aceffd


#aceffd Border Color

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

This div border color is #aceffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceffd

Related Colors


Comments

No comments written yet.

Please login to write comment.