Color Hex Logo

#abedbd Color Hex

#ABEDBD
(171,237,189)
0 Favorites   0 Comments

Color spaces of #abedbd

RGB 171237189
HSL0.380.650.80
HSV136°28°93°
CMYK 0.280.000.20   0.07
XYZ56.264172.900459.2499
Yxy72.90040.29860.3869
Hunter Lab85.3817-31.791718.6234
CIE-Lab88.4002-30.176416.7180

#abedbd color RGB value is (171,237,189).

#abedbd hex color red value is 171, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #abedbd hue: 0.38 , saturation: 0.65 and the lightness value of abedbd is 0.80.

The process color (four color CMYK) of #abedbd color hex is 0.28, 0.00, 0.20, 0.07. Web safe color of #abedbd is #99ffcc. Color #abedbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 10111101
Octal 253 355 275
Decimal 171 237 189
Hex AB ED BD

RGB Percentages of Color #abedbd

%28.64
%39.70
%31.66

CMYK Percentages of Color #abedbd

%28
%0
%20
%7

Triadic Colors of #abedbd

#abedbd #bdabed #edbdab

Analogous Colors of #abedbd

#abedbd #abedde #baedab

Monochromatic Colors of #abedbd

#abedbd

Complementary Color

#abedbd #edabdb

#abedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedbd Color CSS Codes

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

#abedbd Text Font Color

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

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


#abedbd Background Color

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

This div background color is #abedbd


#abedbd Border Color

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

This div border color is #abedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedbd


Comments

No comments written yet.

Please login to write comment.