Color Hex Logo

#acdbf8 Color Hex

#ACDBF8
(172,219,248)
0 Favorites   0 Comments

Color spaces of #acdbf8

RGB 172219248
HSL0.560.840.82
HSV203°31°97°
CMYK 0.310.120.00   0.03
XYZ59.288166.211098.4621
Yxy66.21100.26470.2956
Hunter Lab81.3701-12.3387-14.7849
CIE-Lab85.1039-8.5779-19.0873

#acdbf8 color RGB value is (172,219,248).

#acdbf8 hex color red value is 172, green value is 219 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #acdbf8 hue: 0.56 , saturation: 0.84 and the lightness value of acdbf8 is 0.82.

The process color (four color CMYK) of #acdbf8 color hex is 0.31, 0.12, 0.00, 0.03. Web safe color of #acdbf8 is #99ccff. Color #acdbf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11111000
Octal 254 333 370
Decimal 172 219 248
Hex AC DB F8

RGB Percentages of Color #acdbf8

%26.92
%34.27
%38.81

CMYK Percentages of Color #acdbf8

%31
%12
%0
%3

Triadic Colors of #acdbf8

#acdbf8 #f8acdb #dbf8ac

Analogous Colors of #acdbf8

#acdbf8 #acb5f8 #acf8ef

Monochromatic Colors of #acdbf8

#acdbf8

Complementary Color

#acdbf8 #f8c9ac

#acdbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbf8 Color CSS Codes

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

#acdbf8 Text Font Color

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

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


#acdbf8 Background Color

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

This div background color is #acdbf8


#acdbf8 Border Color

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

This div border color is #acdbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbf8


Comments

No comments written yet.

Please login to write comment.