Color Hex Logo

#a4dfeb Color Hex

#A4DFEB
(164,223,235)
0 Favorites   0 Comments

Color spaces of #a4dfeb

RGB 164223235
HSL0.530.640.78
HSV190°30°92°
CMYK 0.300.050.00   0.08
XYZ56.692966.666088.4771
Yxy66.66600.26760.3147
Hunter Lab81.6492-18.9453-7.0936
CIE-Lab85.3350-15.9006-11.9168

#a4dfeb color RGB value is (164,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011111 11101011
Octal 244 337 353
Decimal 164 223 235
Hex A4 DF EB

RGB Percentages of Color #a4dfeb

%26.37
%35.85
%37.78

CMYK Percentages of Color #a4dfeb

%30
%5
%0
%8

Triadic Colors of #a4dfeb

#a4dfeb #eba4df #dfeba4

Analogous Colors of #a4dfeb

#a4dfeb #a4bceb #a4ebd4

Monochromatic Colors of #a4dfeb

#a4dfeb

Complementary Color

#a4dfeb #ebb0a4

#a4dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dfeb Color CSS Codes

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

#a4dfeb Text Font Color

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

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


#a4dfeb Background Color

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

This div background color is #a4dfeb


#a4dfeb Border Color

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

This div border color is #a4dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dfeb


Comments

No comments written yet.

Please login to write comment.