Color Hex Logo

#abcfde Color Hex

#ABCFDE
(171,207,222)
0 Favorites   0 Comments

Color spaces of #abcfde

RGB 171207222
HSL0.550.440.77
HSV198°23°87°
CMYK 0.230.070.00   0.13
XYZ52.292258.557577.6539
Yxy58.55750.27740.3106
Hunter Lab76.5229-11.9364-6.6003
CIE-Lab81.0478-8.6060-11.3652

#abcfde color RGB value is (171,207,222).

#abcfde hex color red value is 171, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #abcfde hue: 0.55 , saturation: 0.44 and the lightness value of abcfde is 0.77.

The process color (four color CMYK) of #abcfde color hex is 0.23, 0.07, 0.00, 0.13. Web safe color of #abcfde is #99cccc. Color #abcfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11011110
Octal 253 317 336
Decimal 171 207 222
Hex AB CF DE

RGB Percentages of Color #abcfde

%28.50
%34.50
%37.00

CMYK Percentages of Color #abcfde

%23
%7
%0
%13

Triadic Colors of #abcfde

#abcfde #deabcf #cfdeab

Analogous Colors of #abcfde

#abcfde #abb6de #abded4

Monochromatic Colors of #abcfde

#abcfde

Complementary Color

#abcfde #debaab

#abcfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfde Color CSS Codes

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

#abcfde Text Font Color

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

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


#abcfde Background Color

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

This div background color is #abcfde


#abcfde Border Color

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

This div border color is #abcfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfde


Comments

No comments written yet.

Please login to write comment.