Color Hex Logo

#afcadb Color Hex

#AFCADB
(175,202,219)
0 Favorites   0 Comments

Color spaces of #afcadb

RGB 175202219
HSL0.560.380.77
HSV203°20°86°
CMYK 0.200.080.00   0.14
XYZ51.585956.469575.1987
Yxy56.46950.28150.3081
Hunter Lab75.1462-8.9702-6.7291
CIE-Lab79.8803-5.4267-11.4747

#afcadb color RGB value is (175,202,219).

#afcadb hex color red value is 175, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #afcadb hue: 0.56 , saturation: 0.38 and the lightness value of afcadb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11011011
Octal 257 312 333
Decimal 175 202 219
Hex AF CA DB

RGB Percentages of Color #afcadb

%29.36
%33.89
%36.74

CMYK Percentages of Color #afcadb

%20
%8
%0
%14

Triadic Colors of #afcadb

#afcadb #dbafca #cadbaf

Analogous Colors of #afcadb

#afcadb #afb4db #afdbd6

Monochromatic Colors of #afcadb

#afcadb

Complementary Color

#afcadb #dbc0af

#afcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcadb Color CSS Codes

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

#afcadb Text Font Color

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

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


#afcadb Background Color

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

This div background color is #afcadb


#afcadb Border Color

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

This div border color is #afcadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcadb


Comments

No comments written yet.

Please login to write comment.