Color Hex Logo

#afbede Color Hex

#AFBEDE
(175,190,222)
0 Favorites   0 Comments

Color spaces of #afbede

RGB 175190222
HSL0.610.420.78
HSV221°21°87°
CMYK 0.210.140.00   0.13
XYZ49.277551.214876.3955
Yxy51.21480.27860.2895
Hunter Lab71.5645-2.3274-13.1972
CIE-Lab76.80891.6352-17.7031

#afbede color RGB value is (175,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11011110
Octal 257 276 336
Decimal 175 190 222
Hex AF BE DE

RGB Percentages of Color #afbede

%29.81
%32.37
%37.82

CMYK Percentages of Color #afbede

%21
%14
%0
%13

Triadic Colors of #afbede

#afbede #deafbe #bedeaf

Analogous Colors of #afbede

#afbede #b8afde #afd6de

Monochromatic Colors of #afbede

#afbede

Complementary Color

#afbede #decfaf

#afbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbede Color CSS Codes

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

#afbede Text Font Color

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

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


#afbede Background Color

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

This div background color is #afbede


#afbede Border Color

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

This div border color is #afbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbede


Comments

No comments written yet.

Please login to write comment.