Color Hex Logo

#adfcbf Color Hex

#ADFCBF
(173,252,191)
0 Favorites   0 Comments

Color spaces of #adfcbf

RGB 173252191
HSL0.370.930.83
HSV134°31°99°
CMYK 0.310.000.24   0.01
XYZ61.448082.266661.9306
Yxy82.26660.29880.4000
Hunter Lab90.7009-37.796623.0074
CIE-Lab92.6924-36.160721.6921

#adfcbf color RGB value is (173,252,191).

#adfcbf hex color red value is 173, green value is 252 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #adfcbf hue: 0.37 , saturation: 0.93 and the lightness value of adfcbf is 0.83.

The process color (four color CMYK) of #adfcbf color hex is 0.31, 0.00, 0.24, 0.01. Web safe color of #adfcbf is #99ffcc. Color #adfcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 10111111
Octal 255 374 277
Decimal 173 252 191
Hex AD FC BF

RGB Percentages of Color #adfcbf

%28.08
%40.91
%31.01

CMYK Percentages of Color #adfcbf

%31
%0
%24
%1

Triadic Colors of #adfcbf

#adfcbf #bfadfc #fcbfad

Analogous Colors of #adfcbf

#adfcbf #adfce7 #c3fcad

Monochromatic Colors of #adfcbf

#adfcbf

Complementary Color

#adfcbf #fcadea

#adfcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfcbf Color CSS Codes

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

#adfcbf Text Font Color

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

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


#adfcbf Background Color

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

This div background color is #adfcbf


#adfcbf Border Color

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

This div border color is #adfcbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,252,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 #adfcbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfcbf

Related Colors


Comments

No comments written yet.

Please login to write comment.