Color Hex Logo

#adefec Color Hex

#ADEFEC
(173,239,236)
0 Favorites   0 Comments

Color spaces of #adefec

RGB 173239236
HSL0.490.670.81
HSV177°28°94°
CMYK 0.280.000.01   0.06
XYZ63.240476.673490.8232
Yxy76.67340.27410.3323
Hunter Lab87.5633-24.3188-0.2029
CIE-Lab90.1711-21.1294-5.2140

#adefec color RGB value is (173,239,236).

#adefec hex color red value is 173, green value is 239 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #adefec hue: 0.49 , saturation: 0.67 and the lightness value of adefec is 0.81.

The process color (four color CMYK) of #adefec color hex is 0.28, 0.00, 0.01, 0.06. Web safe color of #adefec is #99ffff. Color #adefec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11101100
Octal 255 357 354
Decimal 173 239 236
Hex AD EF EC

RGB Percentages of Color #adefec

%26.70
%36.88
%36.42

CMYK Percentages of Color #adefec

%28
%0
%1
%6

Triadic Colors of #adefec

#adefec #ecadef #efecad

Analogous Colors of #adefec

#adefec #add1ef #adefcb

Monochromatic Colors of #adefec

#adefec

Complementary Color

#adefec #efadb0

#adefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefec Color CSS Codes

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

#adefec Text Font Color

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

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


#adefec Background Color

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

This div background color is #adefec


#adefec Border Color

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

This div border color is #adefec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,239,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adefec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adefec;
  -webkit-box-shadow: 1px 1px 3px 2px #adefec;
  box-shadow:         1px 1px 3px 2px #adefec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,239,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefec


Comments

No comments written yet.

Please login to write comment.