Color Hex Logo

#acd7fe Color Hex

#ACD7FE
(172,215,254)
0 Favorites   0 Comments

Color spaces of #acd7fe

RGB 172215254
HSL0.580.980.84
HSV209°32°100°
CMYK 0.320.150.00   0.00
XYZ59.203164.5273103.1006
Yxy64.52730.26100.2845
Hunter Lab80.3289-9.0195-19.8674
CIE-Lab84.2396-5.0564-23.5681

#acd7fe color RGB value is (172,215,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 11111110
Octal 254 327 376
Decimal 172 215 254
Hex AC D7 FE

RGB Percentages of Color #acd7fe

%26.83
%33.54
%39.63

CMYK Percentages of Color #acd7fe

%32
%15
%0
%0

Triadic Colors of #acd7fe

#acd7fe #feacd7 #d7feac

Analogous Colors of #acd7fe

#acd7fe #acaefe #acfefc

Monochromatic Colors of #acd7fe

#acd7fe

Complementary Color

#acd7fe #fed3ac

#acd7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd7fe Color CSS Codes

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

#acd7fe Text Font Color

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

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


#acd7fe Background Color

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

This div background color is #acd7fe


#acd7fe Border Color

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

This div border color is #acd7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.