Color Hex Logo

#adceaf Color Hex

#ADCEAF
(173,206,175)
0 Favorites   0 Comments

Color spaces of #adceaf

RGB 173206175
HSL0.340.250.74
HSV124°16°81°
CMYK 0.160.000.15   0.19
XYZ47.042856.122048.9107
Yxy56.12200.30930.3690
Hunter Lab74.9146-19.011113.7306
CIE-Lab79.6832-16.919911.7996

#adceaf color RGB value is (173,206,175).

#adceaf hex color red value is 173, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #adceaf hue: 0.34 , saturation: 0.25 and the lightness value of adceaf is 0.74.

The process color (four color CMYK) of #adceaf color hex is 0.16, 0.00, 0.15, 0.19. Web safe color of #adceaf is #99cc99. Color #adceaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 10101111
Octal 255 316 257
Decimal 173 206 175
Hex AD CE AF

RGB Percentages of Color #adceaf

%31.23
%37.18
%31.59

CMYK Percentages of Color #adceaf

%16
%0
%15
%19

Triadic Colors of #adceaf

#adceaf #afadce #ceafad

Analogous Colors of #adceaf

#adceaf #adcec0 #bccead

Monochromatic Colors of #adceaf

#adceaf

Complementary Color

#adceaf #ceadcc

#adceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adceaf Color CSS Codes

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

#adceaf Text Font Color

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

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


#adceaf Background Color

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

This div background color is #adceaf


#adceaf Border Color

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

This div border color is #adceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adceaf


Comments

No comments written yet.

Please login to write comment.