Color Hex Logo

#acdfea Color Hex

#ACDFEA
(172,223,234)
0 Favorites   0 Comments

Color spaces of #acdfea

RGB 172223234
HSL0.530.600.80
HSV191°26°92°
CMYK 0.260.050.00   0.08
XYZ58.252267.486587.7979
Yxy67.48650.27280.3160
Hunter Lab82.1502-17.1895-5.8610
CIE-Lab85.7490-13.8613-10.7242

#acdfea color RGB value is (172,223,234).

#acdfea hex color red value is 172, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #acdfea hue: 0.53 , saturation: 0.60 and the lightness value of acdfea is 0.80.

The process color (four color CMYK) of #acdfea color hex is 0.26, 0.05, 0.00, 0.08. Web safe color of #acdfea is #99ccff. Color #acdfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11101010
Octal 254 337 352
Decimal 172 223 234
Hex AC DF EA

RGB Percentages of Color #acdfea

%27.34
%35.45
%37.20

CMYK Percentages of Color #acdfea

%26
%5
%0
%8

Triadic Colors of #acdfea

#acdfea #eaacdf #dfeaac

Analogous Colors of #acdfea

#acdfea #acc0ea #acead6

Monochromatic Colors of #acdfea

#acdfea

Complementary Color

#acdfea #eab7ac

#acdfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfea Color CSS Codes

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

#acdfea Text Font Color

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

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


#acdfea Background Color

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

This div background color is #acdfea


#acdfea Border Color

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

This div border color is #acdfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfea


Comments

No comments written yet.

Please login to write comment.