Color Hex Logo

#abebed Color Hex

#ABEBED
(171,235,237)
0 Favorites   0 Comments

Color spaces of #abebed

RGB 171235237
HSL0.510.650.80
HSV182°28°93°
CMYK 0.280.010.00   0.07
XYZ61.789074.189091.1841
Yxy74.18900.27200.3266
Hunter Lab86.1330-22.6828-2.4738
CIE-Lab89.0117-19.4975-7.4619

#abebed color RGB value is (171,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11101101
Octal 253 353 355
Decimal 171 235 237
Hex AB EB ED

RGB Percentages of Color #abebed

%26.59
%36.55
%36.86

CMYK Percentages of Color #abebed

%28
%1
%0
%7

Triadic Colors of #abebed

#abebed #edabeb #ebedab

Analogous Colors of #abebed

#abebed #abcaed #abedce

Monochromatic Colors of #abebed

#abebed

Complementary Color

#abebed #edadab

#abebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebed Color CSS Codes

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

#abebed Text Font Color

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

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


#abebed Background Color

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

This div background color is #abebed


#abebed Border Color

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

This div border color is #abebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebed


Comments

No comments written yet.

Please login to write comment.