Color Hex Logo

#abedcc Color Hex

#ABEDCC
(171,237,204)
0 Favorites   0 Comments

Color spaces of #abedcc

RGB 171237204
HSL0.420.650.80
HSV150°28°93°
CMYK 0.280.000.14   0.07
XYZ57.977973.585968.2745
Yxy73.58590.29010.3682
Hunter Lab85.7822-29.475512.8584
CIE-Lab88.7264-27.36259.3789

#abedcc color RGB value is (171,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11001100
Octal 253 355 314
Decimal 171 237 204
Hex AB ED CC

RGB Percentages of Color #abedcc

%27.94
%38.73
%33.33

CMYK Percentages of Color #abedcc

%28
%0
%14
%7

Triadic Colors of #abedcc

#abedcc #ccabed #edccab

Analogous Colors of #abedcc

#abedcc #abeded #abedab

Monochromatic Colors of #abedcc

#abedcc

Complementary Color

#abedcc #edabcc

#abedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedcc Color CSS Codes

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

#abedcc Text Font Color

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

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


#abedcc Background Color

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

This div background color is #abedcc


#abedcc Border Color

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

This div border color is #abedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedcc


Comments

No comments written yet.

Please login to write comment.