color codes Logo

#abdfbe color codes

#ABDFBE
(171,223,190)
0 Favorites   0 Comments

Color spaces of #abdfbe

RGB 171223190
HSL0.390.450.77
HSV142°23°87°
CMYK 0.230.000.15   0.13
XYZ52.476565.151058.5248
Yxy65.15100.29790.3699
Hunter Lab80.7162-25.204013.5120
CIE-Lab84.5615-23.270610.7684

#abdfbe color RGB value is (171,223,190).

#abdfbe hex color red value is 171, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abdfbe hue: 0.39 , saturation: 0.45 and the lightness value of abdfbe is 0.77.

The process color (four color CMYK) of #abdfbe color code is 0.23, 0.00, 0.15, 0.13. Web safe color of #abdfbe is #99cccc. Color #abdfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10111110
Octal 253 337 276
Decimal 171 223 190
Hex AB DF BE

RGB Percentages of Color #abdfbe

%29.28
%38.18
%32.53

CMYK Percentages of Color #abdfbe

%23
%0
%15
%13

Triadic Colors of #abdfbe

#abdfbe #beabdf #dfbeab

Analogous Colors of #abdfbe

#abdfbe #abdfd8 #b2dfab

Monochromatic Colors of #abdfbe

#abdfbe

Complementary Color

#abdfbe #dfabcc

#abdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfbe Color CSS Codes

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

#abdfbe Text Font Color

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

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


#abdfbe Background Color

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

This div background color is #abdfbe


#abdfbe Border Color

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

This div border color is #abdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfbe


Comments

No comments written yet.

Please login to write comment.