Color Hex Logo

#abebbc Color Hex

#ABEBBC
(171,235,188)
0 Favorites   0 Comments

Color spaces of #abebbc

RGB 171235188
HSL0.380.620.80
HSV136°27°92°
CMYK 0.270.000.20   0.08
XYZ55.580071.705458.4881
Yxy71.70540.29920.3860
Hunter Lab84.6790-31.027918.3235
CIE-Lab87.8266-29.412516.4319

#abebbc color RGB value is (171,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 10111100
Octal 253 353 274
Decimal 171 235 188
Hex AB EB BC

RGB Percentages of Color #abebbc

%28.79
%39.56
%31.65

CMYK Percentages of Color #abebbc

%27
%0
%20
%8

Triadic Colors of #abebbc

#abebbc #bcabeb #ebbcab

Analogous Colors of #abebbc

#abebbc #abebdc #baebab

Monochromatic Colors of #abebbc

#abebbc

Complementary Color

#abebbc #ebabda

#abebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebbc Color CSS Codes

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

#abebbc Text Font Color

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

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


#abebbc Background Color

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

This div background color is #abebbc


#abebbc Border Color

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

This div border color is #abebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebbc


Comments

No comments written yet.

Please login to write comment.