Color Hex Logo

#acdbec Color Hex

#ACDBEC
(172,219,236)
0 Favorites   0 Comments

Color spaces of #acdbec

RGB 172219236
HSL0.540.630.80
HSV196°27°93°
CMYK 0.270.070.00   0.07
XYZ57.485165.489888.9679
Yxy65.48980.27120.3090
Hunter Lab80.9258-14.8238-8.5340
CIE-Lab84.7355-11.3652-13.2949

#acdbec color RGB value is (172,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11101100
Octal 254 333 354
Decimal 172 219 236
Hex AC DB EC

RGB Percentages of Color #acdbec

%27.43
%34.93
%37.64

CMYK Percentages of Color #acdbec

%27
%7
%0
%7

Triadic Colors of #acdbec

#acdbec #ecacdb #dbecac

Analogous Colors of #acdbec

#acdbec #acbbec #acecdd

Monochromatic Colors of #acdbec

#acdbec

Complementary Color

#acdbec #ecbdac

#acdbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbec Color CSS Codes

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

#acdbec Text Font Color

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

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


#acdbec Background Color

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

This div background color is #acdbec


#acdbec Border Color

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

This div border color is #acdbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbec


Comments

No comments written yet.

Please login to write comment.