Color Hex Logo

#a4bcdc Color Hex

#A4BCDC
(164,188,220)
0 Favorites   0 Comments

Color spaces of #a4bcdc

RGB 164188220
HSL0.600.440.75
HSV214°25°86°
CMYK 0.250.150.00   0.14
XYZ46.211349.026374.7376
Yxy49.02630.27190.2884
Hunter Lab70.0188-4.7257-14.2726
CIE-Lab75.4677-1.0937-18.7206

#a4bcdc color RGB value is (164,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 11011100
Octal 244 274 334
Decimal 164 188 220
Hex A4 BC DC

RGB Percentages of Color #a4bcdc

%28.67
%32.87
%38.46

CMYK Percentages of Color #a4bcdc

%25
%15
%0
%14

Triadic Colors of #a4bcdc

#a4bcdc #dca4bc #bcdca4

Analogous Colors of #a4bcdc

#a4bcdc #a8a4dc #a4d8dc

Monochromatic Colors of #a4bcdc

#a4bcdc

Complementary Color

#a4bcdc #dcc4a4

#a4bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcdc Color CSS Codes

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

#a4bcdc Text Font Color

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

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


#a4bcdc Background Color

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

This div background color is #a4bcdc


#a4bcdc Border Color

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

This div border color is #a4bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcdc


Comments

No comments written yet.

Please login to write comment.