Color Hex Logo

#afbcfe Color Hex

#AFBCFE
(175,188,254)
0 Favorites   0 Comments

Color spaces of #afbcfe

RGB 175188254
HSL0.640.980.84
HSV230°31°100°
CMYK 0.310.260.00   0.00
XYZ53.551852.2362101.0260
Yxy52.23620.25890.2526
Hunter Lab72.27465.7788-32.2838
CIE-Lab77.421910.2864-33.9966

#afbcfe color RGB value is (175,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11111110
Octal 257 274 376
Decimal 175 188 254
Hex AF BC FE

RGB Percentages of Color #afbcfe

%28.36
%30.47
%41.17

CMYK Percentages of Color #afbcfe

%31
%26
%0
%0

Triadic Colors of #afbcfe

#afbcfe #feafbc #bcfeaf

Analogous Colors of #afbcfe

#afbcfe #caaffe #afe4fe

Monochromatic Colors of #afbcfe

#afbcfe

Complementary Color

#afbcfe #fef1af

#afbcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcfe Color CSS Codes

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

#afbcfe Text Font Color

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

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


#afbcfe Background Color

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

This div background color is #afbcfe


#afbcfe Border Color

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

This div border color is #afbcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.