Color Hex Logo

#abebdb Color Hex

#ABEBDB
(171,235,219)
1 Favorites   0 Comments

Color spaces of #abebdb

RGB 171235219
HSL0.460.620.80
HSV165°27°92°
CMYK 0.270.000.07   0.08
XYZ59.289173.189178.0199
Yxy73.18910.28170.3477
Hunter Lab85.5506-26.00795.8145
CIE-Lab88.5378-23.37681.2684

#abebdb color RGB value is (171,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11011011
Octal 253 353 333
Decimal 171 235 219
Hex AB EB DB

RGB Percentages of Color #abebdb

%27.36
%37.60
%35.04

CMYK Percentages of Color #abebdb

%27
%0
%7
%8

Triadic Colors of #abebdb

#abebdb #dbabeb #ebdbab

Analogous Colors of #abebdb

#abebdb #abdbeb #abebbb

Monochromatic Colors of #abebdb

#abebdb

Complementary Color

#abebdb #ebabbb

#abebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebdb Color CSS Codes

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

#abebdb Text Font Color

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

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


#abebdb Background Color

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

This div background color is #abebdb


#abebdb Border Color

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

This div border color is #abebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebdb


Comments

No comments written yet.

Please login to write comment.