Color Hex Logo

#afbdef Color Hex

#AFBDEF
(175,189,239)
0 Favorites   0 Comments

Color spaces of #afbdef

RGB 175189239
HSL0.630.670.81
HSV227°27°94°
CMYK 0.270.210.00   0.06
XYZ51.456851.741188.9363
Yxy51.74110.26780.2693
Hunter Lab71.93131.8121-22.9546
CIE-Lab77.12586.1057-26.3930

#afbdef color RGB value is (175,189,239).

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

The process color (four color CMYK) of #afbdef color hex is 0.27, 0.21, 0.00, 0.06. Web safe color of #afbdef is #99ccff. Color #afbdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11101111
Octal 257 275 357
Decimal 175 189 239
Hex AF BD EF

RGB Percentages of Color #afbdef

%29.02
%31.34
%39.64

CMYK Percentages of Color #afbdef

%27
%21
%0
%6

Triadic Colors of #afbdef

#afbdef #efafbd #bdefaf

Analogous Colors of #afbdef

#afbdef #c1afef #afddef

Monochromatic Colors of #afbdef

#afbdef

Complementary Color

#afbdef #efe1af

#afbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdef Color CSS Codes

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

#afbdef Text Font Color

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

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


#afbdef Background Color

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

This div background color is #afbdef


#afbdef Border Color

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

This div border color is #afbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdef


Comments

No comments written yet.

Please login to write comment.