Color Hex Logo

#abedbe Color Hex

#ABEDBE
(171,237,190)
0 Favorites   0 Comments

Color spaces of #abedbe

RGB 171237190
HSL0.380.650.80
HSV137°28°93°
CMYK 0.280.000.20   0.07
XYZ56.373072.944059.8236
Yxy72.94400.29800.3857
Hunter Lab85.4073-31.643918.2553
CIE-Lab88.4210-29.995416.2286

#abedbe color RGB value is (171,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 10111110
Octal 253 355 276
Decimal 171 237 190
Hex AB ED BE

RGB Percentages of Color #abedbe

%28.60
%39.63
%31.77

CMYK Percentages of Color #abedbe

%28
%0
%20
%7

Triadic Colors of #abedbe

#abedbe #beabed #edbeab

Analogous Colors of #abedbe

#abedbe #abeddf #b9edab

Monochromatic Colors of #abedbe

#abedbe

Complementary Color

#abedbe #edabda

#abedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedbe Color CSS Codes

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

#abedbe Text Font Color

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

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


#abedbe Background Color

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

This div background color is #abedbe


#abedbe Border Color

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

This div border color is #abedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedbe


Comments

No comments written yet.

Please login to write comment.