Color Hex Logo

#afcbdb Color Hex

#AFCBDB
(175,203,219)
0 Favorites   0 Comments

Color spaces of #afcbdb

RGB 175203219
HSL0.560.380.77
HSV202°20°86°
CMYK 0.200.070.00   0.14
XYZ51.821356.940375.2771
Yxy56.94030.28160.3094
Hunter Lab75.4588-9.4681-6.3261
CIE-Lab80.1460-5.9526-11.0780

#afcbdb color RGB value is (175,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11011011
Octal 257 313 333
Decimal 175 203 219
Hex AF CB DB

RGB Percentages of Color #afcbdb

%29.31
%34.00
%36.68

CMYK Percentages of Color #afcbdb

%20
%7
%0
%14

Triadic Colors of #afcbdb

#afcbdb #dbafcb #cbdbaf

Analogous Colors of #afcbdb

#afcbdb #afb5db #afdbd5

Monochromatic Colors of #afcbdb

#afcbdb

Complementary Color

#afcbdb #dbbfaf

#afcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbdb Color CSS Codes

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

#afcbdb Text Font Color

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

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


#afcbdb Background Color

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

This div background color is #afcbdb


#afcbdb Border Color

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

This div border color is #afcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbdb


Comments

No comments written yet.

Please login to write comment.