Color Hex Logo

#afbfdb Color Hex

#AFBFDB
(175,191,219)
0 Favorites   0 Comments

Color spaces of #afbfdb

RGB 175191219
HSL0.610.380.77
HSV218°20°86°
CMYK 0.200.130.00   0.14
XYZ49.096251.490074.3688
Yxy51.49000.28060.2943
Hunter Lab71.7565-3.4433-11.2189
CIE-Lab76.97490.4267-15.8313

#afbfdb color RGB value is (175,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11011011
Octal 257 277 333
Decimal 175 191 219
Hex AF BF DB

RGB Percentages of Color #afbfdb

%29.91
%32.65
%37.44

CMYK Percentages of Color #afbfdb

%20
%13
%0
%14

Triadic Colors of #afbfdb

#afbfdb #dbafbf #bfdbaf

Analogous Colors of #afbfdb

#afbfdb #b5afdb #afd5db

Monochromatic Colors of #afbfdb

#afbfdb

Complementary Color

#afbfdb #dbcbaf

#afbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfdb Color CSS Codes

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

#afbfdb Text Font Color

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

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


#afbfdb Background Color

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

This div background color is #afbfdb


#afbfdb Border Color

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

This div border color is #afbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfdb


Comments

No comments written yet.

Please login to write comment.