Color Hex Logo

#afbdeb Color Hex

#AFBDEB
(175,189,235)
0 Favorites   0 Comments

Color spaces of #afbdeb

RGB 175189235
HSL0.630.600.80
HSV226°26°92°
CMYK 0.260.200.00   0.08
XYZ50.872251.507385.8579
Yxy51.50730.27030.2736
Hunter Lab71.76860.9323-20.6916
CIE-Lab76.98535.1621-24.4528

#afbdeb color RGB value is (175,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11101011
Octal 257 275 353
Decimal 175 189 235
Hex AF BD EB

RGB Percentages of Color #afbdeb

%29.22
%31.55
%39.23

CMYK Percentages of Color #afbdeb

%26
%20
%0
%8

Triadic Colors of #afbdeb

#afbdeb #ebafbd #bdebaf

Analogous Colors of #afbdeb

#afbdeb #bfafeb #afdbeb

Monochromatic Colors of #afbdeb

#afbdeb

Complementary Color

#afbdeb #ebddaf

#afbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdeb Color CSS Codes

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

#afbdeb Text Font Color

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

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


#afbdeb Background Color

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

This div background color is #afbdeb


#afbdeb Border Color

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

This div border color is #afbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdeb


Comments

No comments written yet.

Please login to write comment.