Color Hex Logo

#acddfd Color Hex

#ACDDFD
(172,221,253)
0 Favorites   0 Comments

Color spaces of #acddfd

RGB 172221253
HSL0.570.950.83
HSV204°32°99°
CMYK 0.320.130.00   0.01
XYZ60.599367.5754102.7779
Yxy67.57540.26240.2926
Hunter Lab82.2043-12.2709-16.5858
CIE-Lab85.7937-8.4246-20.6835

#acddfd color RGB value is (172,221,253).

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

The process color (four color CMYK) of #acddfd color hex is 0.32, 0.13, 0.00, 0.01. Web safe color of #acddfd is #99ccff. Color #acddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11111101
Octal 254 335 375
Decimal 172 221 253
Hex AC DD FD

RGB Percentages of Color #acddfd

%26.63
%34.21
%39.16

CMYK Percentages of Color #acddfd

%32
%13
%0
%1

Triadic Colors of #acddfd

#acddfd #fdacdd #ddfdac

Analogous Colors of #acddfd

#acddfd #acb5fd #acfdf5

Monochromatic Colors of #acddfd

#acddfd

Complementary Color

#acddfd #fdccac

#acddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddfd Color CSS Codes

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

#acddfd Text Font Color

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

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


#acddfd Background Color

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

This div background color is #acddfd


#acddfd Border Color

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

This div border color is #acddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.