Color Hex Logo

#abcde3 Color Hex

#ABCDE3
(171,205,227)
0 Favorites   0 Comments

Color spaces of #abcde3

RGB 171205227
HSL0.570.500.78
HSV204°25°89°
CMYK 0.250.100.00   0.11
XYZ52.491057.866681.0758
Yxy57.86660.27420.3023
Hunter Lab76.0701-9.9515-9.9424
CIE-Lab80.6646-6.4357-14.6130

#abcde3 color RGB value is (171,205,227).

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

The process color (four color CMYK) of #abcde3 color hex is 0.25, 0.10, 0.00, 0.11. Web safe color of #abcde3 is #99cccc. Color #abcde3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11100011
Octal 253 315 343
Decimal 171 205 227
Hex AB CD E3

RGB Percentages of Color #abcde3

%28.36
%34.00
%37.65

CMYK Percentages of Color #abcde3

%25
%10
%0
%11

Triadic Colors of #abcde3

#abcde3 #e3abcd #cde3ab

Analogous Colors of #abcde3

#abcde3 #abb1e3 #abe3dd

Monochromatic Colors of #abcde3

#abcde3

Complementary Color

#abcde3 #e3c1ab

#abcde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcde3 Color CSS Codes

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

#abcde3 Text Font Color

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

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


#abcde3 Background Color

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

This div background color is #abcde3


#abcde3 Border Color

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

This div border color is #abcde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcde3


Comments

No comments written yet.

Please login to write comment.