Color Hex Logo

#abeebc Color Hex

#ABEEBC
(171,238,188)
0 Favorites   0 Comments

Color spaces of #abeebc

RGB 171238188
HSL0.380.660.80
HSV135°28°93°
CMYK 0.280.000.21   0.07
XYZ56.446273.437858.7768
Yxy73.43780.29920.3893
Hunter Lab85.6959-32.393319.3215
CIE-Lab88.6561-30.827117.5950

#abeebc color RGB value is (171,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 10111100
Octal 253 356 274
Decimal 171 238 188
Hex AB EE BC

RGB Percentages of Color #abeebc

%28.64
%39.87
%31.49

CMYK Percentages of Color #abeebc

%28
%0
%21
%7

Triadic Colors of #abeebc

#abeebc #bcabee #eebcab

Analogous Colors of #abeebc

#abeebc #abeede #bceeab

Monochromatic Colors of #abeebc

#abeebc

Complementary Color

#abeebc #eeabdd

#abeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeebc Color CSS Codes

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

#abeebc Text Font Color

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

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


#abeebc Background Color

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

This div background color is #abeebc


#abeebc Border Color

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

This div border color is #abeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeebc


Comments

No comments written yet.

Please login to write comment.