Color Hex Logo

#a4dbed Color Hex

#A4DBED
(164,219,237)
0 Favorites   0 Comments

Color spaces of #a4dbed

RGB 164219237
HSL0.540.670.79
HSV195°31°93°
CMYK 0.310.080.00   0.07
XYZ55.927464.670089.6556
Yxy64.67000.26600.3076
Hunter Lab80.4177-16.5910-9.8085
CIE-Lab84.3134-13.4001-14.5032

#a4dbed color RGB value is (164,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011011 11101101
Octal 244 333 355
Decimal 164 219 237
Hex A4 DB ED

RGB Percentages of Color #a4dbed

%26.45
%35.32
%38.23

CMYK Percentages of Color #a4dbed

%31
%8
%0
%7

Triadic Colors of #a4dbed

#a4dbed #eda4db #dbeda4

Analogous Colors of #a4dbed

#a4dbed #a4b7ed #a4eddb

Monochromatic Colors of #a4dbed

#a4dbed

Complementary Color

#a4dbed #edb6a4

#a4dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dbed Color CSS Codes

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

#a4dbed Text Font Color

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

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


#a4dbed Background Color

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

This div background color is #a4dbed


#a4dbed Border Color

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

This div border color is #a4dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dbed


Comments

No comments written yet.

Please login to write comment.