Color Hex Logo

#abecbb Color Hex

#ABECBB
(171,236,187)
0 Favorites   0 Comments

Color spaces of #abecbb

RGB 171236187
HSL0.370.630.80
HSV135°28°93°
CMYK 0.280.000.21   0.07
XYZ55.759772.236758.0179
Yxy72.23670.29980.3883
Hunter Lab84.9922-31.630219.0216
CIE-Lab88.0824-30.065017.3097

#abecbb color RGB value is (171,236,187).

#abecbb hex color red value is 171, green value is 236 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #abecbb hue: 0.37 , saturation: 0.63 and the lightness value of abecbb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 10111011
Octal 253 354 273
Decimal 171 236 187
Hex AB EC BB

RGB Percentages of Color #abecbb

%28.79
%39.73
%31.48

CMYK Percentages of Color #abecbb

%28
%0
%21
%7

Triadic Colors of #abecbb

#abecbb #bbabec #ecbbab

Analogous Colors of #abecbb

#abecbb #abecdc #bcecab

Monochromatic Colors of #abecbb

#abecbb

Complementary Color

#abecbb #ecabdc

#abecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecbb Color CSS Codes

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

#abecbb Text Font Color

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

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


#abecbb Background Color

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

This div background color is #abecbb


#abecbb Border Color

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

This div border color is #abecbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecbb


Comments

No comments written yet.

Please login to write comment.