Color Hex Logo

#abebdf Color Hex

#ABEBDF
(171,235,223)
0 Favorites   0 Comments

Color spaces of #abebdf

RGB 171235223
HSL0.470.620.80
HSV169°27°92°
CMYK 0.270.000.05   0.08
XYZ59.822273.402380.8271
Yxy73.40230.27950.3429
Hunter Lab85.6751-25.29484.0376
CIE-Lab88.6392-22.5373-0.6780

#abebdf color RGB value is (171,235,223).

#abebdf hex color red value is 171, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #abebdf hue: 0.47 , saturation: 0.62 and the lightness value of abebdf is 0.80.

The process color (four color CMYK) of #abebdf color hex is 0.27, 0.00, 0.05, 0.08. Web safe color of #abebdf is #99ffcc. Color #abebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11011111
Octal 253 353 337
Decimal 171 235 223
Hex AB EB DF

RGB Percentages of Color #abebdf

%27.19
%37.36
%35.45

CMYK Percentages of Color #abebdf

%27
%0
%5
%8

Triadic Colors of #abebdf

#abebdf #dfabeb #ebdfab

Analogous Colors of #abebdf

#abebdf #abd7eb #abebbf

Monochromatic Colors of #abebdf

#abebdf

Complementary Color

#abebdf #ebabb7

#abebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebdf Color CSS Codes

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

#abebdf Text Font Color

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

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


#abebdf Background Color

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

This div background color is #abebdf


#abebdf Border Color

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

This div border color is #abebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebdf


Comments

No comments written yet.

Please login to write comment.