Color Hex Logo

#acdbeb Color Hex

#ACDBEB
(172,219,235)
0 Favorites   0 Comments

Color spaces of #acdbeb

RGB 172219235
HSL0.540.610.80
HSV195°27°92°
CMYK 0.270.070.00   0.08
XYZ57.340265.431988.2047
Yxy65.43190.27180.3101
Hunter Lab80.8900-15.0248-8.0285
CIE-Lab84.7058-11.5927-12.8099

#acdbeb color RGB value is (172,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11101011
Octal 254 333 353
Decimal 172 219 235
Hex AC DB EB

RGB Percentages of Color #acdbeb

%27.48
%34.98
%37.54

CMYK Percentages of Color #acdbeb

%27
%7
%0
%8

Triadic Colors of #acdbeb

#acdbeb #ebacdb #dbebac

Analogous Colors of #acdbeb

#acdbeb #acbceb #acebdc

Monochromatic Colors of #acdbeb

#acdbeb

Complementary Color

#acdbeb #ebbcac

#acdbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbeb Color CSS Codes

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

#acdbeb Text Font Color

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

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


#acdbeb Background Color

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

This div background color is #acdbeb


#acdbeb Border Color

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

This div border color is #acdbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbeb

#acdbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.