Color Hex Logo

#afbedb Color Hex

#AFBEDB
(175,190,219)
0 Favorites   0 Comments

Color spaces of #afbedb

RGB 175190219
HSL0.610.380.77
HSV220°20°86°
CMYK 0.200.130.00   0.14
XYZ48.878851.055374.2963
Yxy51.05530.28050.2930
Hunter Lab71.4530-2.9364-11.6322
CIE-Lab76.71250.9647-16.2264

#afbedb color RGB value is (175,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11011011
Octal 257 276 333
Decimal 175 190 219
Hex AF BE DB

RGB Percentages of Color #afbedb

%29.97
%32.53
%37.50

CMYK Percentages of Color #afbedb

%20
%13
%0
%14

Triadic Colors of #afbedb

#afbedb #dbafbe #bedbaf

Analogous Colors of #afbedb

#afbedb #b6afdb #afd4db

Monochromatic Colors of #afbedb

#afbedb

Complementary Color

#afbedb #dbccaf

#afbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbedb Color CSS Codes

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

#afbedb Text Font Color

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

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


#afbedb Background Color

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

This div background color is #afbedb


#afbedb Border Color

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

This div border color is #afbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbedb


Comments

No comments written yet.

Please login to write comment.