Color Hex Logo

#abe5ca Color Hex

#ABE5CA
(171,229,202)
0 Favorites   0 Comments

Color spaces of #abe5ca

RGB 171229202
HSL0.420.530.78
HSV152°25°90°
CMYK 0.250.000.12   0.10
XYZ55.474668.960866.2641
Yxy68.96080.29090.3616
Hunter Lab83.0426-26.082110.8192
CIE-Lab86.4846-23.89267.2108

#abe5ca color RGB value is (171,229,202).

#abe5ca hex color red value is 171, green value is 229 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #abe5ca hue: 0.42 , saturation: 0.53 and the lightness value of abe5ca is 0.78.

The process color (four color CMYK) of #abe5ca color hex is 0.25, 0.00, 0.12, 0.10. Web safe color of #abe5ca is #99cccc. Color #abe5ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 11001010
Octal 253 345 312
Decimal 171 229 202
Hex AB E5 CA

RGB Percentages of Color #abe5ca

%28.41
%38.04
%33.55

CMYK Percentages of Color #abe5ca

%25
%0
%12
%10

Triadic Colors of #abe5ca

#abe5ca #caabe5 #e5caab

Analogous Colors of #abe5ca

#abe5ca #abe3e5 #abe5ad

Monochromatic Colors of #abe5ca

#abe5ca

Complementary Color

#abe5ca #e5abc6

#abe5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe5ca Color CSS Codes

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

#abe5ca Text Font Color

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

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


#abe5ca Background Color

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

This div background color is #abe5ca


#abe5ca Border Color

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

This div border color is #abe5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe5ca


Comments

No comments written yet.

Please login to write comment.