Color Hex Logo

#afbff3 Color Hex

#AFBFF3
(175,191,243)
0 Favorites   0 Comments

Color spaces of #afbff3

RGB 175191243
HSL0.630.740.82
HSV226°28°95°
CMYK 0.280.210.00   0.05
XYZ52.487752.846692.2280
Yxy52.84660.26570.2675
Hunter Lab72.69571.6631-24.3334
CIE-Lab77.78435.9704-27.5362

#afbff3 color RGB value is (175,191,243).

#afbff3 hex color red value is 175, green value is 191 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #afbff3 hue: 0.63 , saturation: 0.74 and the lightness value of afbff3 is 0.82.

The process color (four color CMYK) of #afbff3 color hex is 0.28, 0.21, 0.00, 0.05. Web safe color of #afbff3 is #99ccff. Color #afbff3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11110011
Octal 257 277 363
Decimal 175 191 243
Hex AF BF F3

RGB Percentages of Color #afbff3

%28.74
%31.36
%39.90

CMYK Percentages of Color #afbff3

%28
%21
%0
%5

Triadic Colors of #afbff3

#afbff3 #f3afbf #bff3af

Analogous Colors of #afbff3

#afbff3 #c1aff3 #afe1f3

Monochromatic Colors of #afbff3

#afbff3

Complementary Color

#afbff3 #f3e3af

#afbff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbff3 Color CSS Codes

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

#afbff3 Text Font Color

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

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


#afbff3 Background Color

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

This div background color is #afbff3


#afbff3 Border Color

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

This div border color is #afbff3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbff3


Comments

No comments written yet.

Please login to write comment.