Color Hex Logo

#a4bedc Color Hex

#A4BEDC
(164,190,220)
0 Favorites   0 Comments

Color spaces of #a4bedc

RGB 164190220
HSL0.590.440.75
HSV212°25°86°
CMYK 0.250.140.00   0.14
XYZ46.641649.886774.8810
Yxy49.88670.27210.2910
Hunter Lab70.6305-5.7291-13.4167
CIE-Lab75.9997-2.1702-17.9161

#a4bedc color RGB value is (164,190,220).

#a4bedc hex color red value is 164, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a4bedc hue: 0.59 , saturation: 0.44 and the lightness value of a4bedc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111110 11011100
Octal 244 276 334
Decimal 164 190 220
Hex A4 BE DC

RGB Percentages of Color #a4bedc

%28.57
%33.10
%38.33

CMYK Percentages of Color #a4bedc

%25
%14
%0
%14

Triadic Colors of #a4bedc

#a4bedc #dca4be #bedca4

Analogous Colors of #a4bedc

#a4bedc #a6a4dc #a4dadc

Monochromatic Colors of #a4bedc

#a4bedc

Complementary Color

#a4bedc #dcc2a4

#a4bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bedc Color CSS Codes

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

#a4bedc Text Font Color

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

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


#a4bedc Background Color

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

This div background color is #a4bedc


#a4bedc Border Color

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

This div border color is #a4bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bedc


Comments

No comments written yet.

Please login to write comment.