color codes Logo

#aceefd color codes

#ACEEFD
(172,238,253)
0 Favorites   0 Comments

Color spaces of #aceefd

RGB 172238253
HSL0.530.950.83
HSV191°32°99°
CMYK 0.320.060.00   0.01
XYZ65.317477.0116104.3506
Yxy77.01160.26480.3122
Hunter Lab87.7563-20.7150-9.0721
CIE-Lab90.3270-17.0740-13.8632

#aceefd color RGB value is (172,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11111101
Octal 254 356 375
Decimal 172 238 253
Hex AC EE FD

RGB Percentages of Color #aceefd

%25.94
%35.90
%38.16

CMYK Percentages of Color #aceefd

%32
%6
%0
%1

Triadic Colors of #aceefd

#aceefd #fdacee #eefdac

Analogous Colors of #aceefd

#aceefd #acc6fd #acfde4

Monochromatic Colors of #aceefd

#aceefd

Complementary Color

#aceefd #fdbbac

#aceefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceefd Color CSS Codes

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

#aceefd Text Font Color

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

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


#aceefd Background Color

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

This div background color is #aceefd


#aceefd Border Color

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

This div border color is #aceefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceefd

Related Colors


Comments

No comments written yet.

Please login to write comment.