Color Hex Logo

#acdfee Color Hex

#ACDFEE
(172,223,238)
0 Favorites   0 Comments

Color spaces of #acdfee

RGB 172223238
HSL0.540.660.80
HSV194°28°93°
CMYK 0.280.060.00   0.07
XYZ58.833667.719190.8591
Yxy67.71910.27060.3115
Hunter Lab82.2916-16.3935-7.8586
CIE-Lab85.8658-12.9563-12.6617

#acdfee color RGB value is (172,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11101110
Octal 254 337 356
Decimal 172 223 238
Hex AC DF EE

RGB Percentages of Color #acdfee

%27.17
%35.23
%37.60

CMYK Percentages of Color #acdfee

%28
%6
%0
%7

Triadic Colors of #acdfee

#acdfee #eeacdf #dfeeac

Analogous Colors of #acdfee

#acdfee #acbeee #aceedc

Monochromatic Colors of #acdfee

#acdfee

Complementary Color

#acdfee #eebbac

#acdfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfee Color CSS Codes

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

#acdfee Text Font Color

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

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


#acdfee Background Color

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

This div background color is #acdfee


#acdfee Border Color

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

This div border color is #acdfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfee


Comments

No comments written yet.

Please login to write comment.