Color Hex Logo

#acd5fe Color Hex

#ACD5FE
(172,213,254)
1 Favorites   0 Comments

Color spaces of #acd5fe

RGB 172213254
HSL0.580.980.84
HSV210°32°100°
CMYK 0.320.160.00   0.00
XYZ58.696963.5149102.9319
Yxy63.51490.26070.2821
Hunter Lab79.6962-8.0018-20.7888
CIE-Lab83.7126-4.0054-24.3696

#acd5fe color RGB value is (172,213,254).

#acd5fe hex color red value is 172, green value is 213 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #acd5fe hue: 0.58 , saturation: 0.98 and the lightness value of acd5fe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 11111110
Octal 254 325 376
Decimal 172 213 254
Hex AC D5 FE

RGB Percentages of Color #acd5fe

%26.92
%33.33
%39.75

CMYK Percentages of Color #acd5fe

%32
%16
%0
%0

Triadic Colors of #acd5fe

#acd5fe #feacd5 #d5feac

Analogous Colors of #acd5fe

#acd5fe #acacfe #acfefe

Monochromatic Colors of #acd5fe

#acd5fe

Complementary Color

#acd5fe #fed5ac

#acd5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd5fe Color CSS Codes

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

#acd5fe Text Font Color

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

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


#acd5fe Background Color

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

This div background color is #acd5fe


#acd5fe Border Color

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

This div border color is #acd5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd5fe

Related Colors


Comments

No comments written yet.

Please login to write comment.