Color Hex Logo

#a4dbce Color Hex

#A4DBCE
(164,219,206)
0 Favorites   0 Comments

Color spaces of #a4dbce

RGB 164219206
HSL0.460.430.75
HSV166°25°86°
CMYK 0.250.000.06   0.14
XYZ51.781963.011867.8258
Yxy63.01180.28360.3450
Hunter Lab79.3800-22.47414.9060
CIE-Lab83.4486-20.29140.6551

#a4dbce color RGB value is (164,219,206).

#a4dbce hex color red value is 164, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a4dbce hue: 0.46 , saturation: 0.43 and the lightness value of a4dbce is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011011 11001110
Octal 244 333 316
Decimal 164 219 206
Hex A4 DB CE

RGB Percentages of Color #a4dbce

%27.84
%37.18
%34.97

CMYK Percentages of Color #a4dbce

%25
%0
%6
%14

Triadic Colors of #a4dbce

#a4dbce #cea4db #dbcea4

Analogous Colors of #a4dbce

#a4dbce #a4cddb #a4dbb3

Monochromatic Colors of #a4dbce

#a4dbce

Complementary Color

#a4dbce #dba4b1

#a4dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dbce Color CSS Codes

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

#a4dbce Text Font Color

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

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


#a4dbce Background Color

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

This div background color is #a4dbce


#a4dbce Border Color

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

This div border color is #a4dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dbce


Comments

No comments written yet.

Please login to write comment.