Color Hex Logo

#a4dce7 Color Hex

#A4DCE7
(164,220,231)
0 Favorites   0 Comments

Color spaces of #a4dce7

RGB 164220231
HSL0.530.580.77
HSV190°29°91°
CMYK 0.290.050.00   0.09
XYZ55.326864.848485.2023
Yxy64.84840.26940.3158
Hunter Lab80.5285-18.2871-6.3612
CIE-Lab84.4056-15.3025-11.1877

#a4dce7 color RGB value is (164,220,231).

#a4dce7 hex color red value is 164, green value is 220 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #a4dce7 hue: 0.53 , saturation: 0.58 and the lightness value of a4dce7 is 0.77.

The process color (four color CMYK) of #a4dce7 color hex is 0.29, 0.05, 0.00, 0.09. Web safe color of #a4dce7 is #99ccff. Color #a4dce7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011100 11100111
Octal 244 334 347
Decimal 164 220 231
Hex A4 DC E7

RGB Percentages of Color #a4dce7

%26.67
%35.77
%37.56

CMYK Percentages of Color #a4dce7

%29
%5
%0
%9

Triadic Colors of #a4dce7

#a4dce7 #e7a4dc #dce7a4

Analogous Colors of #a4dce7

#a4dce7 #a4bbe7 #a4e7d1

Monochromatic Colors of #a4dce7

#a4dce7

Complementary Color

#a4dce7 #e7afa4

#a4dce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dce7 Color CSS Codes

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

#a4dce7 Text Font Color

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

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


#a4dce7 Background Color

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

This div background color is #a4dce7


#a4dce7 Border Color

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

This div border color is #a4dce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dce7


Comments

No comments written yet.

Please login to write comment.