Color Hex Logo

#abcde6 Color Hex

#ABCDE6
(171,205,230)
0 Favorites   0 Comments

Color spaces of #abcde6

RGB 171205230
HSL0.570.540.79
HSV205°26°90°
CMYK 0.260.110.00   0.10
XYZ52.908858.033783.2760
Yxy58.03370.27240.2988
Hunter Lab76.1799-9.3421-11.4870
CIE-Lab80.7575-5.7509-16.0779

#abcde6 color RGB value is (171,205,230).

#abcde6 hex color red value is 171, green value is 205 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #abcde6 hue: 0.57 , saturation: 0.54 and the lightness value of abcde6 is 0.79.

The process color (four color CMYK) of #abcde6 color hex is 0.26, 0.11, 0.00, 0.10. Web safe color of #abcde6 is #99ccff. Color #abcde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11100110
Octal 253 315 346
Decimal 171 205 230
Hex AB CD E6

RGB Percentages of Color #abcde6

%28.22
%33.83
%37.95

CMYK Percentages of Color #abcde6

%26
%11
%0
%10

Triadic Colors of #abcde6

#abcde6 #e6abcd #cde6ab

Analogous Colors of #abcde6

#abcde6 #abb0e6 #abe6e2

Monochromatic Colors of #abcde6

#abcde6

Complementary Color

#abcde6 #e6c4ab

#abcde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcde6 Color CSS Codes

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

#abcde6 Text Font Color

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

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


#abcde6 Background Color

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

This div background color is #abcde6


#abcde6 Border Color

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

This div border color is #abcde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcde6


Comments

No comments written yet.

Please login to write comment.