Color Hex Logo

#acdfef Color Hex

#ACDFEF
(172,223,239)
0 Favorites   0 Comments

Color spaces of #acdfef

RGB 172223239
HSL0.540.680.81
HSV194°28°94°
CMYK 0.280.070.00   0.06
XYZ58.980967.778091.6352
Yxy67.77800.27010.3103
Hunter Lab82.3274-16.1922-8.3641
CIE-Lab85.8953-12.7282-13.1454

#acdfef color RGB value is (172,223,239).

#acdfef hex color red value is 172, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #acdfef hue: 0.54 , saturation: 0.68 and the lightness value of acdfef is 0.81.

The process color (four color CMYK) of #acdfef color hex is 0.28, 0.07, 0.00, 0.06. Web safe color of #acdfef is #99ccff. Color #acdfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11101111
Octal 254 337 357
Decimal 172 223 239
Hex AC DF EF

RGB Percentages of Color #acdfef

%27.13
%35.17
%37.70

CMYK Percentages of Color #acdfef

%28
%7
%0
%6

Triadic Colors of #acdfef

#acdfef #efacdf #dfefac

Analogous Colors of #acdfef

#acdfef #acbeef #acefde

Monochromatic Colors of #acdfef

#acdfef

Complementary Color

#acdfef #efbcac

#acdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfef Color CSS Codes

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

#acdfef Text Font Color

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

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


#acdfef Background Color

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

This div background color is #acdfef


#acdfef Border Color

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

This div border color is #acdfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfef


Comments

No comments written yet.

Please login to write comment.