Color Hex Logo

#afbcf7 Color Hex

#AFBCF7
(175,188,247)
0 Favorites   0 Comments

Color spaces of #afbcf7

RGB 175188247
HSL0.640.820.83
HSV229°29°97°
CMYK 0.290.240.00   0.03
XYZ52.450951.795895.2288
Yxy51.79580.26290.2597
Hunter Lab71.96934.1437-28.0732
CIE-Lab77.15868.5718-30.6455

#afbcf7 color RGB value is (175,188,247).

#afbcf7 hex color red value is 175, green value is 188 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #afbcf7 hue: 0.64 , saturation: 0.82 and the lightness value of afbcf7 is 0.83.

The process color (four color CMYK) of #afbcf7 color hex is 0.29, 0.24, 0.00, 0.03. Web safe color of #afbcf7 is #99ccff. Color #afbcf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11110111
Octal 257 274 367
Decimal 175 188 247
Hex AF BC F7

RGB Percentages of Color #afbcf7

%28.69
%30.82
%40.49

CMYK Percentages of Color #afbcf7

%29
%24
%0
%3

Triadic Colors of #afbcf7

#afbcf7 #f7afbc #bcf7af

Analogous Colors of #afbcf7

#afbcf7 #c6aff7 #afe0f7

Monochromatic Colors of #afbcf7

#afbcf7

Complementary Color

#afbcf7 #f7eaaf

#afbcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcf7 Color CSS Codes

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

#afbcf7 Text Font Color

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

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


#afbcf7 Background Color

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

This div background color is #afbcf7


#afbcf7 Border Color

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

This div border color is #afbcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcf7


Comments

No comments written yet.

Please login to write comment.