Color Hex Logo

#afbdda Color Hex

#AFBDDA
(175,189,218)
0 Favorites   0 Comments

Color spaces of #afbdda

RGB 175189218
HSL0.610.370.77
HSV220°20°85°
CMYK 0.200.130.00   0.15
XYZ48.531750.571173.5330
Yxy50.57110.28110.2929
Hunter Lab71.1134-2.6301-11.5280
CIE-Lab76.41851.2815-16.1283

#afbdda color RGB value is (175,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11011010
Octal 257 275 332
Decimal 175 189 218
Hex AF BD DA

RGB Percentages of Color #afbdda

%30.07
%32.47
%37.46

CMYK Percentages of Color #afbdda

%20
%13
%0
%15

Triadic Colors of #afbdda

#afbdda #daafbd #bddaaf

Analogous Colors of #afbdda

#afbdda #b7afda #afd3da

Monochromatic Colors of #afbdda

#afbdda

Complementary Color

#afbdda #daccaf

#afbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdda Color CSS Codes

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

#afbdda Text Font Color

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

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


#afbdda Background Color

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

This div background color is #afbdda


#afbdda Border Color

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

This div border color is #afbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdda


Comments

No comments written yet.

Please login to write comment.