Color Hex Logo

#acbdf0 Color Hex

#ACBDF0
(172,189,240)
0 Favorites   0 Comments

Color spaces of #acbdf0

RGB 172189240
HSL0.630.690.81
HSV225°28°94°
CMYK 0.280.210.00   0.06
XYZ50.939051.457189.6855
Yxy51.45710.26520.2679
Hunter Lab71.73361.2214-23.9143
CIE-Lab76.95515.4699-27.2108

#acbdf0 color RGB value is (172,189,240).

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

The process color (four color CMYK) of #acbdf0 color hex is 0.28, 0.21, 0.00, 0.06. Web safe color of #acbdf0 is #99ccff. Color #acbdf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11110000
Octal 254 275 360
Decimal 172 189 240
Hex AC BD F0

RGB Percentages of Color #acbdf0

%28.62
%31.45
%39.93

CMYK Percentages of Color #acbdf0

%28
%21
%0
%6

Triadic Colors of #acbdf0

#acbdf0 #f0acbd #bdf0ac

Analogous Colors of #acbdf0

#acbdf0 #bdacf0 #acdff0

Monochromatic Colors of #acbdf0

#acbdf0

Complementary Color

#acbdf0 #f0dfac

#acbdf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdf0 Color CSS Codes

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

#acbdf0 Text Font Color

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

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


#acbdf0 Background Color

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

This div background color is #acbdf0


#acbdf0 Border Color

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

This div border color is #acbdf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdf0


Comments

No comments written yet.

Please login to write comment.