Color Hex Logo

#acbded Color Hex

#ACBDED
(172,189,237)
0 Favorites   0 Comments

Color spaces of #acbded

RGB 172189237
HSL0.620.640.80
HSV224°27°93°
CMYK 0.270.200.00   0.07
XYZ50.496951.280387.3574
Yxy51.28030.26700.2711
Hunter Lab71.61030.5536-22.2007
CIE-Lab76.84854.7510-25.7581

#acbded color RGB value is (172,189,237).

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

The process color (four color CMYK) of #acbded color hex is 0.27, 0.20, 0.00, 0.07. Web safe color of #acbded is #99ccff. Color #acbded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11101101
Octal 254 275 355
Decimal 172 189 237
Hex AC BD ED

RGB Percentages of Color #acbded

%28.76
%31.61
%39.63

CMYK Percentages of Color #acbded

%27
%20
%0
%7

Triadic Colors of #acbded

#acbded #edacbd #bdedac

Analogous Colors of #acbded

#acbded #bcaced #acdeed

Monochromatic Colors of #acbded

#acbded

Complementary Color

#acbded #eddcac

#acbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbded Color CSS Codes

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

#acbded Text Font Color

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

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


#acbded Background Color

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

This div background color is #acbded


#acbded Border Color

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

This div border color is #acbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbded


Comments

No comments written yet.

Please login to write comment.