Color Hex Logo

#abcfda Color Hex

#ABCFDA
(171,207,218)
0 Favorites   0 Comments

Color spaces of #abcfda

RGB 171207218
HSL0.540.390.76
HSV194°22°85°
CMYK 0.220.050.00   0.15
XYZ51.762358.345574.8633
Yxy58.34550.27980.3154
Hunter Lab76.3842-12.7106-4.6405
CIE-Lab80.9305-9.4891-9.4008

#abcfda color RGB value is (171,207,218).

#abcfda hex color red value is 171, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #abcfda hue: 0.54 , saturation: 0.39 and the lightness value of abcfda is 0.76.

The process color (four color CMYK) of #abcfda color hex is 0.22, 0.05, 0.00, 0.15. Web safe color of #abcfda is #99cccc. Color #abcfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11011010
Octal 253 317 332
Decimal 171 207 218
Hex AB CF DA

RGB Percentages of Color #abcfda

%28.69
%34.73
%36.58

CMYK Percentages of Color #abcfda

%22
%5
%0
%15

Triadic Colors of #abcfda

#abcfda #daabcf #cfdaab

Analogous Colors of #abcfda

#abcfda #abb8da #abdace

Monochromatic Colors of #abcfda

#abcfda

Complementary Color

#abcfda #dab6ab

#abcfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfda Color CSS Codes

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

#abcfda Text Font Color

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

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


#abcfda Background Color

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

This div background color is #abcfda


#abcfda Border Color

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

This div border color is #abcfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfda


Comments

No comments written yet.

Please login to write comment.