Color Hex Logo

#abebec Color Hex

#ABEBEC
(171,235,236)
0 Favorites   0 Comments

Color spaces of #abebec

RGB 171235236
HSL0.500.630.80
HSV181°28°93°
CMYK 0.280.000.00   0.07
XYZ61.643274.130790.4166
Yxy74.13070.27250.3277
Hunter Lab86.0992-22.8755-1.9936
CIE-Lab88.9842-19.7198-6.9790

#abebec color RGB value is (171,235,236).

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

The process color (four color CMYK) of #abebec color hex is 0.28, 0.00, 0.00, 0.07. Web safe color of #abebec is #99ffff. Color #abebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11101100
Octal 253 353 354
Decimal 171 235 236
Hex AB EB EC

RGB Percentages of Color #abebec

%26.64
%36.60
%36.76

CMYK Percentages of Color #abebec

%28
%0
%0
%7

Triadic Colors of #abebec

#abebec #ecabeb #ebecab

Analogous Colors of #abebec

#abebec #abcbec #abeccd

Monochromatic Colors of #abebec

#abebec

Complementary Color

#abebec #ecacab

#abebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebec Color CSS Codes

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

#abebec Text Font Color

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

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


#abebec Background Color

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

This div background color is #abebec


#abebec Border Color

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

This div border color is #abebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebec


Comments

No comments written yet.

Please login to write comment.