Color Hex Logo

#afbfda Color Hex

#AFBFDA
(175,191,218)
0 Favorites   0 Comments

Color spaces of #afbfda

RGB 175191218
HSL0.600.370.77
HSV218°20°85°
CMYK 0.200.120.00   0.15
XYZ48.964951.437573.6774
Yxy51.43750.28130.2955
Hunter Lab71.7199-3.6437-10.7042
CIE-Lab76.94330.2050-15.3383

#afbfda color RGB value is (175,191,218).

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

The process color (four color CMYK) of #afbfda color hex is 0.20, 0.12, 0.00, 0.15. Web safe color of #afbfda is #99cccc. Color #afbfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11011010
Octal 257 277 332
Decimal 175 191 218
Hex AF BF DA

RGB Percentages of Color #afbfda

%29.97
%32.71
%37.33

CMYK Percentages of Color #afbfda

%20
%12
%0
%15

Triadic Colors of #afbfda

#afbfda #daafbf #bfdaaf

Analogous Colors of #afbfda

#afbfda #b5afda #afd5da

Monochromatic Colors of #afbfda

#afbfda

Complementary Color

#afbfda #dacaaf

#afbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfda Color CSS Codes

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

#afbfda Text Font Color

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

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


#afbfda Background Color

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

This div background color is #afbfda


#afbfda Border Color

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

This div border color is #afbfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,191,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfda


Comments

No comments written yet.

Please login to write comment.