Color Hex Logo

#abdeca Color Hex

#ABDECA
(171,222,202)
0 Favorites   0 Comments

Color spaces of #abdeca

RGB 171222202
HSL0.430.440.77
HSV156°23°87°
CMYK 0.230.000.09   0.13
XYZ53.576565.164765.6314
Yxy65.16470.29060.3534
Hunter Lab80.7247-22.79878.3028
CIE-Lab84.5685-20.45474.4483

#abdeca color RGB value is (171,222,202).

#abdeca hex color red value is 171, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #abdeca hue: 0.43 , saturation: 0.44 and the lightness value of abdeca is 0.77.

The process color (four color CMYK) of #abdeca color hex is 0.23, 0.00, 0.09, 0.13. Web safe color of #abdeca is #99cccc. Color #abdeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11001010
Octal 253 336 312
Decimal 171 222 202
Hex AB DE CA

RGB Percentages of Color #abdeca

%28.74
%37.31
%33.95

CMYK Percentages of Color #abdeca

%23
%0
%9
%13

Triadic Colors of #abdeca

#abdeca #caabde #decaab

Analogous Colors of #abdeca

#abdeca #abd9de #abdeb1

Monochromatic Colors of #abdeca

#abdeca

Complementary Color

#abdeca #deabbf

#abdeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdeca Color CSS Codes

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

#abdeca Text Font Color

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

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


#abdeca Background Color

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

This div background color is #abdeca


#abdeca Border Color

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

This div border color is #abdeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdeca


Comments

No comments written yet.

Please login to write comment.