Color Hex Logo

#acdbee Color Hex

#ACDBEE
(172,219,238)
0 Favorites   0 Comments

Color spaces of #acdbee

RGB 172219238
HSL0.550.660.80
HSV197°28°93°
CMYK 0.280.080.00   0.07
XYZ57.777465.606790.5071
Yxy65.60670.27010.3067
Hunter Lab80.9980-14.4190-9.5521
CIE-Lab84.7954-10.9079-14.2637

#acdbee color RGB value is (172,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11101110
Octal 254 333 356
Decimal 172 219 238
Hex AC DB EE

RGB Percentages of Color #acdbee

%27.34
%34.82
%37.84

CMYK Percentages of Color #acdbee

%28
%8
%0
%7

Triadic Colors of #acdbee

#acdbee #eeacdb #dbeeac

Analogous Colors of #acdbee

#acdbee #acbaee #aceee0

Monochromatic Colors of #acdbee

#acdbee

Complementary Color

#acdbee #eebfac

#acdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbee Color CSS Codes

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

#acdbee Text Font Color

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

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


#acdbee Background Color

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

This div background color is #acdbee


#acdbee Border Color

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

This div border color is #acdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbee


Comments

No comments written yet.

Please login to write comment.