Color Hex Logo

#abcefa Color Hex

#ABCEFA
(171,206,250)
0 Favorites   0 Comments

Color spaces of #abcefa

RGB 171206250
HSL0.590.890.83
HSV213°32°98°
CMYK 0.320.180.00   0.02
XYZ56.121259.702799.0083
Yxy59.70270.26120.2779
Hunter Lab77.2675-5.5695-21.8852
CIE-Lab81.6763-1.5500-25.3539

#abcefa color RGB value is (171,206,250).

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

The process color (four color CMYK) of #abcefa color hex is 0.32, 0.18, 0.00, 0.02. Web safe color of #abcefa is #99ccff. Color #abcefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 11111010
Octal 253 316 372
Decimal 171 206 250
Hex AB CE FA

RGB Percentages of Color #abcefa

%27.27
%32.85
%39.87

CMYK Percentages of Color #abcefa

%32
%18
%0
%2

Triadic Colors of #abcefa

#abcefa #faabce #cefaab

Analogous Colors of #abcefa

#abcefa #b0abfa #abf6fa

Monochromatic Colors of #abcefa

#abcefa

Complementary Color

#abcefa #fad7ab

#abcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcefa Color CSS Codes

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

#abcefa Text Font Color

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

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


#abcefa Background Color

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

This div background color is #abcefa


#abcefa Border Color

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

This div border color is #abcefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,206,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcefa

Related Colors


Comments

No comments written yet.

Please login to write comment.