Color Hex Logo

#a4ddeb Color Hex

#A4DDEB
(164,221,235)
0 Favorites   0 Comments

Color spaces of #a4ddeb

RGB 164221235
HSL0.530.640.78
HSV192°30°92°
CMYK 0.300.060.00   0.08
XYZ56.161765.603688.3000
Yxy65.60360.26740.3123
Hunter Lab80.9960-17.9733-7.9393
CIE-Lab84.7938-14.8866-12.7253

#a4ddeb color RGB value is (164,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011101 11101011
Octal 244 335 353
Decimal 164 221 235
Hex A4 DD EB

RGB Percentages of Color #a4ddeb

%26.45
%35.65
%37.90

CMYK Percentages of Color #a4ddeb

%30
%6
%0
%8

Triadic Colors of #a4ddeb

#a4ddeb #eba4dd #ddeba4

Analogous Colors of #a4ddeb

#a4ddeb #a4baeb #a4ebd6

Monochromatic Colors of #a4ddeb

#a4ddeb

Complementary Color

#a4ddeb #ebb2a4

#a4ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ddeb Color CSS Codes

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

#a4ddeb Text Font Color

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

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


#a4ddeb Background Color

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

This div background color is #a4ddeb


#a4ddeb Border Color

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

This div border color is #a4ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ddeb


Comments

No comments written yet.

Please login to write comment.