Color Hex Logo

#a4bded Color Hex

#A4BDED
(164,189,237)
0 Favorites   0 Comments

Color spaces of #a4bded

RGB 164189237
HSL0.610.670.79
HSV219°31°93°
CMYK 0.310.200.00   0.07
XYZ48.793550.402187.2777
Yxy50.40210.26170.2703
Hunter Lab70.9944-1.5597-23.1926
CIE-Lab76.31542.4431-26.6207

#a4bded color RGB value is (164,189,237).

#a4bded hex color red value is 164, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a4bded hue: 0.61 , saturation: 0.67 and the lightness value of a4bded is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111101 11101101
Octal 244 275 355
Decimal 164 189 237
Hex A4 BD ED

RGB Percentages of Color #a4bded

%27.80
%32.03
%40.17

CMYK Percentages of Color #a4bded

%31
%20
%0
%7

Triadic Colors of #a4bded

#a4bded #eda4bd #bdeda4

Analogous Colors of #a4bded

#a4bded #b0a4ed #a4e2ed

Monochromatic Colors of #a4bded

#a4bded

Complementary Color

#a4bded #edd4a4

#a4bded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bded Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bded Color CSS Codes

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

#a4bded Text Font Color

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

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


#a4bded Background Color

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

This div background color is #a4bded


#a4bded Border Color

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

This div border color is #a4bded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bded


Comments

No comments written yet.

Please login to write comment.