Color Hex Logo

#adcebf Color Hex

#ADCEBF
(173,206,191)
0 Favorites   0 Comments

Color spaces of #adcebf

RGB 173206191
HSL0.420.250.74
HSV153°16°81°
CMYK 0.160.000.07   0.19
XYZ48.708956.788457.6842
Yxy56.78840.29850.3480
Hunter Lab75.3581-16.50037.3661
CIE-Lab80.0604-13.93083.7902

#adcebf color RGB value is (173,206,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 10111111
Octal 255 316 277
Decimal 173 206 191
Hex AD CE BF

RGB Percentages of Color #adcebf

%30.35
%36.14
%33.51

CMYK Percentages of Color #adcebf

%16
%0
%7
%19

Triadic Colors of #adcebf

#adcebf #bfadce #cebfad

Analogous Colors of #adcebf

#adcebf #adcdce #adceaf

Monochromatic Colors of #adcebf

#adcebf

Complementary Color

#adcebf #ceadbc

#adcebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcebf Color CSS Codes

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

#adcebf Text Font Color

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

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


#adcebf Background Color

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

This div background color is #adcebf


#adcebf Border Color

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

This div border color is #adcebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcebf


Comments

No comments written yet.

Please login to write comment.