Color Hex Logo

#a4dceb Color Hex

#A4DCEB
(164,220,235)
2 Favorites   0 Comments

Color spaces of #a4dceb

RGB 164220235
HSL0.540.640.78
HSV193°30°92°
CMYK 0.300.060.00   0.08
XYZ55.898465.077188.2122
Yxy65.07710.26720.3111
Hunter Lab80.6704-17.4863-8.3637
CIE-Lab84.5235-14.3779-13.1296

#a4dceb color RGB value is (164,220,235).

#a4dceb hex color red value is 164, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a4dceb hue: 0.54 , saturation: 0.64 and the lightness value of a4dceb is 0.78.

The process color (four color CMYK) of #a4dceb color hex is 0.30, 0.06, 0.00, 0.08. Web safe color of #a4dceb is #99ccff. Color #a4dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011100 11101011
Octal 244 334 353
Decimal 164 220 235
Hex A4 DC EB

RGB Percentages of Color #a4dceb

%26.49
%35.54
%37.96

CMYK Percentages of Color #a4dceb

%30
%6
%0
%8

Triadic Colors of #a4dceb

#a4dceb #eba4dc #dceba4

Analogous Colors of #a4dceb

#a4dceb #a4b9eb #a4ebd7

Monochromatic Colors of #a4dceb

#a4dceb

Complementary Color

#a4dceb #ebb3a4

#a4dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dceb Color CSS Codes

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

#a4dceb Text Font Color

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

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


#a4dceb Background Color

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

This div background color is #a4dceb


#a4dceb Border Color

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

This div border color is #a4dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dceb

#a4dceb Color Palettes


Comments

No comments written yet.

Please login to write comment.