Color Hex Logo

#afbded Color Hex

#AFBDED
(175,189,237)
0 Favorites   0 Comments

Color spaces of #afbded

RGB 175189237
HSL0.630.630.81
HSV226°26°93°
CMYK 0.260.200.00   0.07
XYZ51.162951.623687.3885
Yxy51.62360.26900.2715
Hunter Lab71.84961.3702-21.8180
CIE-Lab77.05525.6324-25.4237

#afbded color RGB value is (175,189,237).

#afbded hex color red value is 175, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afbded hue: 0.63 , saturation: 0.63 and the lightness value of afbded is 0.81.

The process color (four color CMYK) of #afbded color hex is 0.26, 0.20, 0.00, 0.07. Web safe color of #afbded is #99ccff. Color #afbded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11101101
Octal 257 275 355
Decimal 175 189 237
Hex AF BD ED

RGB Percentages of Color #afbded

%29.12
%31.45
%39.43

CMYK Percentages of Color #afbded

%26
%20
%0
%7

Triadic Colors of #afbded

#afbded #edafbd #bdedaf

Analogous Colors of #afbded

#afbded #c0afed #afdced

Monochromatic Colors of #afbded

#afbded

Complementary Color

#afbded #eddfaf

#afbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbded Color CSS Codes

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

#afbded Text Font Color

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

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


#afbded Background Color

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

This div background color is #afbded


#afbded Border Color

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

This div border color is #afbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbded


Comments

No comments written yet.

Please login to write comment.