Color Hex Logo

#abcfbe Color Hex

#ABCFBE
(171,207,190)
0 Favorites   0 Comments

Color spaces of #abcfbe

RGB 171207190
HSL0.420.270.74
HSV152°17°81°
CMYK 0.170.000.08   0.19
XYZ48.401757.001357.1665
Yxy57.00130.29770.3506
Hunter Lab75.4992-17.68927.9562
CIE-Lab80.1803-15.29054.4825

#abcfbe color RGB value is (171,207,190).

#abcfbe hex color red value is 171, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abcfbe hue: 0.42 , saturation: 0.27 and the lightness value of abcfbe is 0.74.

The process color (four color CMYK) of #abcfbe color hex is 0.17, 0.00, 0.08, 0.19. Web safe color of #abcfbe is #99cccc. Color #abcfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 10111110
Octal 253 317 276
Decimal 171 207 190
Hex AB CF BE

RGB Percentages of Color #abcfbe

%30.11
%36.44
%33.45

CMYK Percentages of Color #abcfbe

%17
%0
%8
%19

Triadic Colors of #abcfbe

#abcfbe #beabcf #cfbeab

Analogous Colors of #abcfbe

#abcfbe #abcecf #abcfac

Monochromatic Colors of #abcfbe

#abcfbe

Complementary Color

#abcfbe #cfabbc

#abcfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfbe Color CSS Codes

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

#abcfbe Text Font Color

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

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


#abcfbe Background Color

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

This div background color is #abcfbe


#abcfbe Border Color

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

This div border color is #abcfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfbe


Comments

No comments written yet.

Please login to write comment.