Color Hex Logo

#a4bfda Color Hex

#A4BFDA
(164,191,218)
0 Favorites   0 Comments

Color spaces of #a4bfda

RGB 164191218
HSL0.580.420.75
HSV210°25°85°
CMYK 0.250.120.00   0.15
XYZ46.595550.216173.5665
Yxy50.21610.27350.2947
Hunter Lab70.8633-6.6398-11.9474
CIE-Lab76.2017-3.1710-16.5287

#a4bfda color RGB value is (164,191,218).

#a4bfda hex color red value is 164, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a4bfda hue: 0.58 , saturation: 0.42 and the lightness value of a4bfda is 0.75.

The process color (four color CMYK) of #a4bfda color hex is 0.25, 0.12, 0.00, 0.15. Web safe color of #a4bfda is #99cccc. Color #a4bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111111 11011010
Octal 244 277 332
Decimal 164 191 218
Hex A4 BF DA

RGB Percentages of Color #a4bfda

%28.62
%33.33
%38.05

CMYK Percentages of Color #a4bfda

%25
%12
%0
%15

Triadic Colors of #a4bfda

#a4bfda #daa4bf #bfdaa4

Analogous Colors of #a4bfda

#a4bfda #a4a4da #a4dada

Monochromatic Colors of #a4bfda

#a4bfda

Complementary Color

#a4bfda #dabfa4

#a4bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bfda Color CSS Codes

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

#a4bfda Text Font Color

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

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


#a4bfda Background Color

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

This div background color is #a4bfda


#a4bfda Border Color

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

This div border color is #a4bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bfda


Comments

No comments written yet.

Please login to write comment.