Color Hex Logo

#adf1be Color Hex

#ADF1BE
(173,241,190)
0 Favorites   0 Comments

Color spaces of #adf1be

RGB 173241190
HSL0.380.710.81
HSV135°28°95°
CMYK 0.280.000.21   0.05
XYZ57.983175.512560.2345
Yxy75.51250.29930.3898
Hunter Lab86.8979-32.966319.7309
CIE-Lab89.6325-31.255417.9432

#adf1be color RGB value is (173,241,190).

#adf1be hex color red value is 173, green value is 241 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #adf1be hue: 0.38 , saturation: 0.71 and the lightness value of adf1be is 0.81.

The process color (four color CMYK) of #adf1be color hex is 0.28, 0.00, 0.21, 0.05. Web safe color of #adf1be is #99ffcc. Color #adf1be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 10111110
Octal 255 361 276
Decimal 173 241 190
Hex AD F1 BE

RGB Percentages of Color #adf1be

%28.64
%39.90
%31.46

CMYK Percentages of Color #adf1be

%28
%0
%21
%5

Triadic Colors of #adf1be

#adf1be #beadf1 #f1bead

Analogous Colors of #adf1be

#adf1be #adf1e0 #bef1ad

Monochromatic Colors of #adf1be

#adf1be

Complementary Color

#adf1be #f1ade0

#adf1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf1be Color CSS Codes

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

#adf1be Text Font Color

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

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


#adf1be Background Color

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

This div background color is #adf1be


#adf1be Border Color

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

This div border color is #adf1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf1be


Comments

No comments written yet.

Please login to write comment.