Color Hex Logo

#abcfed Color Hex

#ABCFED
(171,207,237)
1 Favorites   1 Comments

Color spaces of #abcfed

RGB 171207237
HSL0.580.650.80
HSV207°28°93°
CMYK 0.280.130.00   0.07
XYZ54.393559.398088.7189
Yxy59.39800.26860.2933
Hunter Lab77.0701-8.8933-14.3024
CIE-Lab81.5099-5.1819-18.6817

#abcfed color RGB value is (171,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11101101
Octal 253 317 355
Decimal 171 207 237
Hex AB CF ED

RGB Percentages of Color #abcfed

%27.80
%33.66
%38.54

CMYK Percentages of Color #abcfed

%28
%13
%0
%7

Triadic Colors of #abcfed

#abcfed #edabcf #cfedab

Analogous Colors of #abcfed

#abcfed #abaeed #abedea

Monochromatic Colors of #abcfed

#abcfed

Complementary Color

#abcfed #edc9ab

#abcfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfed Color CSS Codes

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

#abcfed Text Font Color

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

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


#abcfed Background Color

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

This div background color is #abcfed


#abcfed Border Color

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

This div border color is #abcfed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,207,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 #abcfed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfed


Comments

20 Mar 2020, 20:12 Cartlax

alphteba bleu

Please login to write comment.