Color Hex Logo

#acedfd Color Hex

#ACEDFD
(172,237,253)
0 Favorites   0 Comments

Color spaces of #acedfd

RGB 172237253
HSL0.530.950.83
HSV192°32°99°
CMYK 0.320.060.00   0.01
XYZ65.027176.4309104.2539
Yxy76.43090.26460.3111
Hunter Lab87.4248-20.2239-9.5059
CIE-Lab90.0590-16.5738-14.2642

#acedfd color RGB value is (172,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11111101
Octal 254 355 375
Decimal 172 237 253
Hex AC ED FD

RGB Percentages of Color #acedfd

%25.98
%35.80
%38.22

CMYK Percentages of Color #acedfd

%32
%6
%0
%1

Triadic Colors of #acedfd

#acedfd #fdaced #edfdac

Analogous Colors of #acedfd

#acedfd #acc5fd #acfde5

Monochromatic Colors of #acedfd

#acedfd

Complementary Color

#acedfd #fdbcac

#acedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedfd Color CSS Codes

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

#acedfd Text Font Color

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

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


#acedfd Background Color

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

This div background color is #acedfd


#acedfd Border Color

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

This div border color is #acedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedfd


Comments

No comments written yet.

Please login to write comment.