Color Hex Logo

#a8dfbe Color Hex

#A8DFBE
(168,223,190)
0 Favorites   0 Comments

Color spaces of #a8dfbe

RGB 168223190
HSL0.400.460.77
HSV144°25°87°
CMYK 0.250.000.15   0.13
XYZ51.830464.817958.4946
Yxy64.81790.29590.3701
Hunter Lab80.5096-25.977113.2793
CIE-Lab84.3898-24.221010.5004

#a8dfbe color RGB value is (168,223,190).

#a8dfbe hex color red value is 168, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a8dfbe hue: 0.40 , saturation: 0.46 and the lightness value of a8dfbe is 0.77.

The process color (four color CMYK) of #a8dfbe color hex is 0.25, 0.00, 0.15, 0.13. Web safe color of #a8dfbe is #99cccc. Color #a8dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011111 10111110
Octal 250 337 276
Decimal 168 223 190
Hex A8 DF BE

RGB Percentages of Color #a8dfbe

%28.92
%38.38
%32.70

CMYK Percentages of Color #a8dfbe

%25
%0
%15
%13

Triadic Colors of #a8dfbe

#a8dfbe #bea8df #dfbea8

Analogous Colors of #a8dfbe

#a8dfbe #a8dfda #aedfa8

Monochromatic Colors of #a8dfbe

#a8dfbe

Complementary Color

#a8dfbe #dfa8c9

#a8dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dfbe Color CSS Codes

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

#a8dfbe Text Font Color

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

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


#a8dfbe Background Color

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

This div background color is #a8dfbe


#a8dfbe Border Color

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

This div border color is #a8dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dfbe


Comments

No comments written yet.

Please login to write comment.