Color Hex Logo

#a4cfdb Color Hex

#A4CFDB
(164,207,219)
0 Favorites   0 Comments

Color spaces of #a4cfdb

RGB 164207219
HSL0.540.430.75
HSV193°25°86°
CMYK 0.250.050.00   0.14
XYZ50.408857.632675.4852
Yxy57.63260.27470.3140
Hunter Lab75.9161-14.3281-5.8121
CIE-Lab80.5341-11.3709-10.5717

#a4cfdb color RGB value is (164,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001111 11011011
Octal 244 317 333
Decimal 164 207 219
Hex A4 CF DB

RGB Percentages of Color #a4cfdb

%27.80
%35.08
%37.12

CMYK Percentages of Color #a4cfdb

%25
%5
%0
%14

Triadic Colors of #a4cfdb

#a4cfdb #dba4cf #cfdba4

Analogous Colors of #a4cfdb

#a4cfdb #a4b4db #a4dbcc

Monochromatic Colors of #a4cfdb

#a4cfdb

Complementary Color

#a4cfdb #dbb0a4

#a4cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cfdb Color CSS Codes

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

#a4cfdb Text Font Color

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

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


#a4cfdb Background Color

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

This div background color is #a4cfdb


#a4cfdb Border Color

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

This div border color is #a4cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cfdb


Comments

No comments written yet.

Please login to write comment.