Color Hex Logo

#abebe5 Color Hex

#ABEBE5
(171,235,229)
0 Favorites   0 Comments

Color spaces of #abebe5

RGB 171235229
HSL0.480.620.80
HSV174°27°92°
CMYK 0.270.000.03   0.08
XYZ60.645873.731785.1640
Yxy73.73170.27620.3358
Hunter Lab85.8672-24.19751.3025
CIE-Lab88.7955-21.2535-3.5912

#abebe5 color RGB value is (171,235,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11100101
Octal 253 353 345
Decimal 171 235 229
Hex AB EB E5

RGB Percentages of Color #abebe5

%26.93
%37.01
%36.06

CMYK Percentages of Color #abebe5

%27
%0
%3
%8

Triadic Colors of #abebe5

#abebe5 #e5abeb #ebe5ab

Analogous Colors of #abebe5

#abebe5 #abd1eb #abebc5

Monochromatic Colors of #abebe5

#abebe5

Complementary Color

#abebe5 #ebabb1

#abebe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebe5 Color CSS Codes

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

#abebe5 Text Font Color

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

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


#abebe5 Background Color

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

This div background color is #abebe5


#abebe5 Border Color

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

This div border color is #abebe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebe5


Comments

No comments written yet.

Please login to write comment.