Color Hex Logo

#afbed2 Color Hex

#AFBED2
(175,190,210)
0 Favorites   0 Comments

Color spaces of #afbed2

RGB 175190210
HSL0.600.280.75
HSV214°17°82°
CMYK 0.170.100.00   0.18
XYZ47.725550.594068.2230
Yxy50.59400.28660.3038
Hunter Lab71.1295-4.7090-7.0767
CIE-Lab76.4324-1.0039-11.7746

#afbed2 color RGB value is (175,190,210).

#afbed2 hex color red value is 175, green value is 190 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #afbed2 hue: 0.60 , saturation: 0.28 and the lightness value of afbed2 is 0.75.

The process color (four color CMYK) of #afbed2 color hex is 0.17, 0.10, 0.00, 0.18. Web safe color of #afbed2 is #99cccc. Color #afbed2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11010010
Octal 257 276 322
Decimal 175 190 210
Hex AF BE D2

RGB Percentages of Color #afbed2

%30.43
%33.04
%36.52

CMYK Percentages of Color #afbed2

%17
%10
%0
%18

Triadic Colors of #afbed2

#afbed2 #d2afbe #bed2af

Analogous Colors of #afbed2

#afbed2 #b2afd2 #afd0d2

Monochromatic Colors of #afbed2

#afbed2

Complementary Color

#afbed2 #d2c3af

#afbed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbed2 Color CSS Codes

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

#afbed2 Text Font Color

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

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


#afbed2 Background Color

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

This div background color is #afbed2


#afbed2 Border Color

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

This div border color is #afbed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbed2


Comments

No comments written yet.

Please login to write comment.