Color Hex Logo

#abc2ef Color Hex

#ABC2EF
(171,194,239)
0 Favorites   0 Comments

Color spaces of #abc2ef

RGB 171194239
HSL0.610.680.80
HSV220°28°94°
CMYK 0.280.190.00   0.06
XYZ51.666453.473589.2597
Yxy53.47350.26580.2751
Hunter Lab73.1256-1.8517-21.1836
CIE-Lab78.15372.2274-24.8470

#abc2ef color RGB value is (171,194,239).

#abc2ef hex color red value is 171, green value is 194 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #abc2ef hue: 0.61 , saturation: 0.68 and the lightness value of abc2ef is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 11101111
Octal 253 302 357
Decimal 171 194 239
Hex AB C2 EF

RGB Percentages of Color #abc2ef

%28.31
%32.12
%39.57

CMYK Percentages of Color #abc2ef

%28
%19
%0
%6

Triadic Colors of #abc2ef

#abc2ef #efabc2 #c2efab

Analogous Colors of #abc2ef

#abc2ef #b6abef #abe4ef

Monochromatic Colors of #abc2ef

#abc2ef

Complementary Color

#abc2ef #efd8ab

#abc2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc2ef Color CSS Codes

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

#abc2ef Text Font Color

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

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


#abc2ef Background Color

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

This div background color is #abc2ef


#abc2ef Border Color

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

This div border color is #abc2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc2ef


Comments

No comments written yet.

Please login to write comment.