Color Hex Logo

#abcdec Color Hex

#ABCDEC
(171,205,236)
0 Favorites   0 Comments

Color spaces of #abcdec

RGB 171205236
HSL0.580.630.80
HSV209°28°93°
CMYK 0.280.130.00   0.07
XYZ53.766258.376787.7909
Yxy58.37670.26890.2920
Hunter Lab76.4046-8.0971-14.6425
CIE-Lab80.9478-4.3611-18.9973

#abcdec color RGB value is (171,205,236).

#abcdec hex color red value is 171, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #abcdec hue: 0.58 , saturation: 0.63 and the lightness value of abcdec is 0.80.

The process color (four color CMYK) of #abcdec color hex is 0.28, 0.13, 0.00, 0.07. Web safe color of #abcdec is #99ccff. Color #abcdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11101100
Octal 253 315 354
Decimal 171 205 236
Hex AB CD EC

RGB Percentages of Color #abcdec

%27.94
%33.50
%38.56

CMYK Percentages of Color #abcdec

%28
%13
%0
%7

Triadic Colors of #abcdec

#abcdec #ecabcd #cdecab

Analogous Colors of #abcdec

#abcdec #abadec #abeceb

Monochromatic Colors of #abcdec

#abcdec

Complementary Color

#abcdec #eccaab

#abcdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdec Color CSS Codes

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

#abcdec Text Font Color

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

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


#abcdec Background Color

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

This div background color is #abcdec


#abcdec Border Color

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

This div border color is #abcdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdec


Comments

No comments written yet.

Please login to write comment.