Color Hex Logo

#abc3ef Color Hex

#ABC3EF
(171,195,239)
0 Favorites   0 Comments

Color spaces of #abc3ef

RGB 171195239
HSL0.610.680.80
HSV219°28°94°
CMYK 0.280.180.00   0.06
XYZ51.889753.920189.3341
Yxy53.92010.26590.2763
Hunter Lab73.4303-2.3656-20.7300
CIE-Lab78.41511.6877-24.4483

#abc3ef color RGB value is (171,195,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 11101111
Octal 253 303 357
Decimal 171 195 239
Hex AB C3 EF

RGB Percentages of Color #abc3ef

%28.26
%32.23
%39.50

CMYK Percentages of Color #abc3ef

%28
%18
%0
%6

Triadic Colors of #abc3ef

#abc3ef #efabc3 #c3efab

Analogous Colors of #abc3ef

#abc3ef #b5abef #abe5ef

Monochromatic Colors of #abc3ef

#abc3ef

Complementary Color

#abc3ef #efd7ab

#abc3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3ef Color CSS Codes

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

#abc3ef Text Font Color

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

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


#abc3ef Background Color

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

This div background color is #abc3ef


#abc3ef Border Color

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

This div border color is #abc3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3ef


Comments

No comments written yet.

Please login to write comment.