Color Hex Logo

#afbeda Color Hex

#AFBEDA
(175,190,218)
0 Favorites   0 Comments

Color spaces of #afbeda

RGB 175190218
HSL0.610.370.77
HSV219°20°85°
CMYK 0.200.130.00   0.15
XYZ48.747551.002873.6049
Yxy51.00280.28120.2942
Hunter Lab71.4162-3.1374-11.1157
CIE-Lab76.68070.7427-15.7333

#afbeda color RGB value is (175,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11011010
Octal 257 276 332
Decimal 175 190 218
Hex AF BE DA

RGB Percentages of Color #afbeda

%30.02
%32.59
%37.39

CMYK Percentages of Color #afbeda

%20
%13
%0
%15

Triadic Colors of #afbeda

#afbeda #daafbe #bedaaf

Analogous Colors of #afbeda

#afbeda #b6afda #afd4da

Monochromatic Colors of #afbeda

#afbeda

Complementary Color

#afbeda #dacbaf

#afbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbeda Color CSS Codes

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

#afbeda Text Font Color

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

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


#afbeda Background Color

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

This div background color is #afbeda


#afbeda Border Color

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

This div border color is #afbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbeda


Comments

No comments written yet.

Please login to write comment.