Color Hex Logo

#a4dbfa Color Hex

#A4DBFA
(164,219,250)
0 Favorites   0 Comments

Color spaces of #a4dbfa

RGB 164219250
HSL0.560.900.81
HSV202°34°98°
CMYK 0.340.120.00   0.02
XYZ57.896765.4577100.0256
Yxy65.45770.25920.2930
Hunter Lab80.9059-13.8499-16.6672
CIE-Lab84.7190-10.2874-20.7692

#a4dbfa color RGB value is (164,219,250).

#a4dbfa hex color red value is 164, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a4dbfa hue: 0.56 , saturation: 0.90 and the lightness value of a4dbfa is 0.81.

The process color (four color CMYK) of #a4dbfa color hex is 0.34, 0.12, 0.00, 0.02. Web safe color of #a4dbfa is #99ccff. Color #a4dbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011011 11111010
Octal 244 333 372
Decimal 164 219 250
Hex A4 DB FA

RGB Percentages of Color #a4dbfa

%25.91
%34.60
%39.49

CMYK Percentages of Color #a4dbfa

%34
%12
%0
%2

Triadic Colors of #a4dbfa

#a4dbfa #faa4db #dbfaa4

Analogous Colors of #a4dbfa

#a4dbfa #a4b0fa #a4faee

Monochromatic Colors of #a4dbfa

#a4dbfa

Complementary Color

#a4dbfa #fac3a4

#a4dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dbfa Color CSS Codes

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

#a4dbfa Text Font Color

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

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


#a4dbfa Background Color

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

This div background color is #a4dbfa


#a4dbfa Border Color

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

This div border color is #a4dbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,219,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a4dbfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dbfa


Comments

No comments written yet.

Please login to write comment.