Color Hex Logo

#abedbf Color Hex

#ABEDBF
(171,237,191)
0 Favorites   0 Comments

Color spaces of #abedbf

RGB 171237191
HSL0.380.650.80
HSV138°28°93°
CMYK 0.280.000.19   0.07
XYZ56.482772.987960.4013
Yxy72.98790.29750.3844
Hunter Lab85.4330-31.495117.8849
CIE-Lab88.4419-29.813415.7391

#abedbf color RGB value is (171,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 10111111
Octal 253 355 277
Decimal 171 237 191
Hex AB ED BF

RGB Percentages of Color #abedbf

%28.55
%39.57
%31.89

CMYK Percentages of Color #abedbf

%28
%0
%19
%7

Triadic Colors of #abedbf

#abedbf #bfabed #edbfab

Analogous Colors of #abedbf

#abedbf #abede0 #b8edab

Monochromatic Colors of #abedbf

#abedbf

Complementary Color

#abedbf #edabd9

#abedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedbf Color CSS Codes

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

#abedbf Text Font Color

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

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


#abedbf Background Color

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

This div background color is #abedbf


#abedbf Border Color

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

This div border color is #abedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedbf


Comments

No comments written yet.

Please login to write comment.