Color Hex Logo

#acbdfd Color Hex

#ACBDFD
(172,189,253)
0 Favorites   0 Comments

Color spaces of #acbdfd

RGB 172189253
HSL0.630.950.83
HSV227°32°99°
CMYK 0.320.250.00   0.01
XYZ52.940552.2577100.2250
Yxy52.25770.25770.2544
Hunter Lab72.28954.2161-31.5994
CIE-Lab77.43478.6538-33.4576

#acbdfd color RGB value is (172,189,253).

#acbdfd hex color red value is 172, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #acbdfd hue: 0.63 , saturation: 0.95 and the lightness value of acbdfd is 0.83.

The process color (four color CMYK) of #acbdfd color hex is 0.32, 0.25, 0.00, 0.01. Web safe color of #acbdfd is #99ccff. Color #acbdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11111101
Octal 254 275 375
Decimal 172 189 253
Hex AC BD FD

RGB Percentages of Color #acbdfd

%28.01
%30.78
%41.21

CMYK Percentages of Color #acbdfd

%32
%25
%0
%1

Triadic Colors of #acbdfd

#acbdfd #fdacbd #bdfdac

Analogous Colors of #acbdfd

#acbdfd #c4acfd #ace6fd

Monochromatic Colors of #acbdfd

#acbdfd

Complementary Color

#acbdfd #fdecac

#acbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdfd Color CSS Codes

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

#acbdfd Text Font Color

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

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


#acbdfd Background Color

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

This div background color is #acbdfd


#acbdfd Border Color

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

This div border color is #acbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdfd


Comments

No comments written yet.

Please login to write comment.