Color Hex Logo

#a4bfed Color Hex

#A4BFED
(164,191,237)
0 Favorites   0 Comments

Color spaces of #a4bfed

RGB 164191237
HSL0.610.670.79
HSV218°31°93°
CMYK 0.310.190.00   0.07
XYZ49.226751.268587.4221
Yxy51.26850.26200.2728
Hunter Lab71.6020-2.5840-22.2684
CIE-Lab76.84141.3573-25.8163

#a4bfed color RGB value is (164,191,237).

#a4bfed hex color red value is 164, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a4bfed hue: 0.61 , saturation: 0.67 and the lightness value of a4bfed is 0.79.

The process color (four color CMYK) of #a4bfed color hex is 0.31, 0.19, 0.00, 0.07. Web safe color of #a4bfed is #99ccff. Color #a4bfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111111 11101101
Octal 244 277 355
Decimal 164 191 237
Hex A4 BF ED

RGB Percentages of Color #a4bfed

%27.70
%32.26
%40.03

CMYK Percentages of Color #a4bfed

%31
%19
%0
%7

Triadic Colors of #a4bfed

#a4bfed #eda4bf #bfeda4

Analogous Colors of #a4bfed

#a4bfed #aea4ed #a4e4ed

Monochromatic Colors of #a4bfed

#a4bfed

Complementary Color

#a4bfed #edd2a4

#a4bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bfed Color CSS Codes

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

#a4bfed Text Font Color

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

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


#a4bfed Background Color

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

This div background color is #a4bfed


#a4bfed Border Color

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

This div border color is #a4bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bfed


Comments

No comments written yet.

Please login to write comment.