color codes Logo

#acbdeb color codes

#ACBDEB
(172,189,235)
0 Favorites   0 Comments

Color spaces of #acbdeb

RGB 172189235
HSL0.620.610.80
HSV224°27°92°
CMYK 0.270.200.00   0.08
XYZ50.206251.164085.8267
Yxy51.16400.26820.2733
Hunter Lab71.52900.1133-21.0710
CIE-Lab76.77824.2752-24.7874

#acbdeb color RGB value is (172,189,235).

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

The process color (four color CMYK) of #acbdeb color code is 0.27, 0.20, 0.00, 0.08. Web safe color of #acbdeb is #99ccff. Color #acbdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11101011
Octal 254 275 353
Decimal 172 189 235
Hex AC BD EB

RGB Percentages of Color #acbdeb

%28.86
%31.71
%39.43

CMYK Percentages of Color #acbdeb

%27
%20
%0
%8

Triadic Colors of #acbdeb

#acbdeb #ebacbd #bdebac

Analogous Colors of #acbdeb

#acbdeb #bbaceb #acddeb

Monochromatic Colors of #acbdeb

#acbdeb

Complementary Color

#acbdeb #ebdaac

#acbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdeb Color CSS Codes

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

#acbdeb Text Font Color

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

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


#acbdeb Background Color

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

This div background color is #acbdeb


#acbdeb Border Color

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

This div border color is #acbdeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,189,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 #acbdeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdeb


Comments

No comments written yet.

Please login to write comment.