Color Hex Logo

#abedca Color Hex

#ABEDCA
(171,237,202)
1 Favorites   0 Comments

Color spaces of #abedca

RGB 171237202
HSL0.410.650.80
HSV148°28°93°
CMYK 0.280.000.15   0.07
XYZ57.739473.490667.0190
Yxy73.49060.29120.3707
Hunter Lab85.7267-29.796713.6572
CIE-Lab88.6812-27.749810.3567

#abedca color RGB value is (171,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11001010
Octal 253 355 312
Decimal 171 237 202
Hex AB ED CA

RGB Percentages of Color #abedca

%28.03
%38.85
%33.11

CMYK Percentages of Color #abedca

%28
%0
%15
%7

Triadic Colors of #abedca

#abedca #caabed #edcaab

Analogous Colors of #abedca

#abedca #abedeb #adedab

Monochromatic Colors of #abedca

#abedca

Complementary Color

#abedca #edabce

#abedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedca Color CSS Codes

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

#abedca Text Font Color

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

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


#abedca Background Color

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

This div background color is #abedca


#abedca Border Color

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

This div border color is #abedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedca


Comments

No comments written yet.

Please login to write comment.