Color Hex Logo

#abdece Color Hex

#ABDECE
(171,222,206)
0 Favorites   0 Comments

Color spaces of #abdece

RGB 171222206
HSL0.450.440.77
HSV161°23°87°
CMYK 0.230.000.07   0.13
XYZ54.056465.356768.1585
Yxy65.35670.28820.3484
Hunter Lab80.8435-22.12126.6035
CIE-Lab84.6672-19.65052.4773

#abdece color RGB value is (171,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11001110
Octal 253 336 316
Decimal 171 222 206
Hex AB DE CE

RGB Percentages of Color #abdece

%28.55
%37.06
%34.39

CMYK Percentages of Color #abdece

%23
%0
%7
%13

Triadic Colors of #abdece

#abdece #ceabde #deceab

Analogous Colors of #abdece

#abdece #abd5de #abdeb5

Monochromatic Colors of #abdece

#abdece

Complementary Color

#abdece #deabbb

#abdece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdece Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdece Color CSS Codes

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

#abdece Text Font Color

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

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


#abdece Background Color

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

This div background color is #abdece


#abdece Border Color

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

This div border color is #abdece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdece


Comments

No comments written yet.

Please login to write comment.