Color Hex Logo

#abcffe Color Hex

#ABCFFE
(171,207,254)
0 Favorites   0 Comments

Color spaces of #abcffe

RGB 171207254
HSL0.590.980.83
HSV214°33°100°
CMYK 0.330.190.00   0.00
XYZ56.996860.4393102.4278
Yxy60.43930.25920.2749
Hunter Lab77.7427-5.1831-23.6960
CIE-Lab82.0764-1.1041-26.8696

#abcffe color RGB value is (171,207,254).

#abcffe hex color red value is 171, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #abcffe hue: 0.59 , saturation: 0.98 and the lightness value of abcffe is 0.83.

The process color (four color CMYK) of #abcffe color hex is 0.33, 0.19, 0.00, 0.00. Web safe color of #abcffe is #99ccff. Color #abcffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11111110
Octal 253 317 376
Decimal 171 207 254
Hex AB CF FE

RGB Percentages of Color #abcffe

%27.06
%32.75
%40.19

CMYK Percentages of Color #abcffe

%33
%19
%0
%0

Triadic Colors of #abcffe

#abcffe #feabcf #cffeab

Analogous Colors of #abcffe

#abcffe #b1abfe #abf9fe

Monochromatic Colors of #abcffe

#abcffe

Complementary Color

#abcffe #fedaab

#abcffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcffe Color CSS Codes

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

#abcffe Text Font Color

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

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


#abcffe Background Color

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

This div background color is #abcffe


#abcffe Border Color

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

This div border color is #abcffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,207,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 #abcffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcffe


Comments

No comments written yet.

Please login to write comment.