Color Hex Logo

#acdbe1 Color Hex

#ACDBE1
(172,219,225)
0 Favorites   0 Comments

Color spaces of #acdbe1

RGB 172219225
HSL0.520.470.78
HSV187°24°88°
CMYK 0.240.030.00   0.12
XYZ55.935464.869980.8072
Yxy64.86990.27740.3218
Hunter Lab80.5419-16.9820-3.1060
CIE-Lab84.4167-13.8252-7.9435

#acdbe1 color RGB value is (172,219,225).

#acdbe1 hex color red value is 172, green value is 219 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #acdbe1 hue: 0.52 , saturation: 0.47 and the lightness value of acdbe1 is 0.78.

The process color (four color CMYK) of #acdbe1 color hex is 0.24, 0.03, 0.00, 0.12. Web safe color of #acdbe1 is #99cccc. Color #acdbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11100001
Octal 254 333 341
Decimal 172 219 225
Hex AC DB E1

RGB Percentages of Color #acdbe1

%27.92
%35.55
%36.53

CMYK Percentages of Color #acdbe1

%24
%3
%0
%12

Triadic Colors of #acdbe1

#acdbe1 #e1acdb #dbe1ac

Analogous Colors of #acdbe1

#acdbe1 #acc1e1 #ace1cd

Monochromatic Colors of #acdbe1

#acdbe1

Complementary Color

#acdbe1 #e1b2ac

#acdbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbe1 Color CSS Codes

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

#acdbe1 Text Font Color

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

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


#acdbe1 Background Color

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

This div background color is #acdbe1


#acdbe1 Border Color

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

This div border color is #acdbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbe1


Comments

No comments written yet.

Please login to write comment.