Color Hex Logo

#adcfbe Color Hex

#ADCFBE
(173,207,190)
0 Favorites   0 Comments

Color spaces of #adcfbe

RGB 173207190
HSL0.420.260.75
HSV150°16°81°
CMYK 0.160.000.08   0.19
XYZ48.840757.227657.1871
Yxy57.22760.29920.3505
Hunter Lab75.6489-17.14198.1337
CIE-Lab80.3074-14.63494.6823

#adcfbe color RGB value is (173,207,190).

#adcfbe hex color red value is 173, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #adcfbe hue: 0.42 , saturation: 0.26 and the lightness value of adcfbe is 0.75.

The process color (four color CMYK) of #adcfbe color hex is 0.16, 0.00, 0.08, 0.19. Web safe color of #adcfbe is #99cccc. Color #adcfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 10111110
Octal 255 317 276
Decimal 173 207 190
Hex AD CF BE

RGB Percentages of Color #adcfbe

%30.35
%36.32
%33.33

CMYK Percentages of Color #adcfbe

%16
%0
%8
%19

Triadic Colors of #adcfbe

#adcfbe #beadcf #cfbead

Analogous Colors of #adcfbe

#adcfbe #adcfcf #adcfad

Monochromatic Colors of #adcfbe

#adcfbe

Complementary Color

#adcfbe #cfadbe

#adcfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfbe Color CSS Codes

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

#adcfbe Text Font Color

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

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


#adcfbe Background Color

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

This div background color is #adcfbe


#adcfbe Border Color

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

This div border color is #adcfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfbe


Comments

No comments written yet.

Please login to write comment.