Color Hex Logo

#afbeff Color Hex

#AFBEFF
(175,190,255)
0 Favorites   0 Comments

Color spaces of #afbeff

RGB 175190255
HSL0.641.000.84
HSV229°31°100°
CMYK 0.310.250.00   0.00
XYZ54.142753.1609102.0152
Yxy53.16090.25870.2540
Hunter Lab72.91154.9555-31.9184
CIE-Lab77.96999.4376-33.6863

#afbeff color RGB value is (175,190,255).

#afbeff hex color red value is 175, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #afbeff hue: 0.64 , saturation: 1.00 and the lightness value of afbeff is 0.84.

The process color (four color CMYK) of #afbeff color hex is 0.31, 0.25, 0.00, 0.00. Web safe color of #afbeff is #99ccff. Color #afbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11111111
Octal 257 276 377
Decimal 175 190 255
Hex AF BE FF

RGB Percentages of Color #afbeff

%28.23
%30.65
%41.13

CMYK Percentages of Color #afbeff

%31
%25
%0
%0

Triadic Colors of #afbeff

#afbeff #ffafbe #beffaf

Analogous Colors of #afbeff

#afbeff #c8afff #afe6ff

Monochromatic Colors of #afbeff

#afbeff

Complementary Color

#afbeff #fff0af

#afbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbeff Color CSS Codes

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

#afbeff Text Font Color

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

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


#afbeff Background Color

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

This div background color is #afbeff


#afbeff Border Color

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

This div border color is #afbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.