Color Hex Logo

#abceed Color Hex

#ABCEED
(171,206,237)
0 Favorites   0 Comments

Color spaces of #abceed

RGB 171206237
HSL0.580.650.80
HSV208°28°93°
CMYK 0.280.130.00   0.07
XYZ54.152058.915088.6384
Yxy58.91500.26850.2921
Hunter Lab76.7561-8.3901-14.7392
CIE-Lab81.2449-4.6549-19.0822

#abceed color RGB value is (171,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 11101101
Octal 253 316 355
Decimal 171 206 237
Hex AB CE ED

RGB Percentages of Color #abceed

%27.85
%33.55
%38.60

CMYK Percentages of Color #abceed

%28
%13
%0
%7

Triadic Colors of #abceed

#abceed #edabce #ceedab

Analogous Colors of #abceed

#abceed #abaded #abedeb

Monochromatic Colors of #abceed

#abceed

Complementary Color

#abceed #edcaab

#abceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abceed Color CSS Codes

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

#abceed Text Font Color

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

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


#abceed Background Color

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

This div background color is #abceed


#abceed Border Color

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

This div border color is #abceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abceed


Comments

No comments written yet.

Please login to write comment.