Color Hex Logo

#a7fbdf Color Hex

#A7FBDF
(167,251,223)
0 Favorites   0 Comments

Color spaces of #a7fbdf

RGB 167251223
HSL0.440.910.82
HSV160°33°98°
CMYK 0.330.000.11   0.02
XYZ63.752882.537682.3833
Yxy82.53760.27880.3609
Hunter Lab90.8502-33.72819.8308
CIE-Lab92.8116-31.33535.3609

#a7fbdf color RGB value is (167,251,223).

#a7fbdf hex color red value is 167, green value is 251 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a7fbdf hue: 0.44 , saturation: 0.91 and the lightness value of a7fbdf is 0.82.

The process color (four color CMYK) of #a7fbdf color hex is 0.33, 0.00, 0.11, 0.02. Web safe color of #a7fbdf is #99ffcc. Color #a7fbdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111011 11011111
Octal 247 373 337
Decimal 167 251 223
Hex A7 FB DF

RGB Percentages of Color #a7fbdf

%26.05
%39.16
%34.79

CMYK Percentages of Color #a7fbdf

%33
%0
%11
%2

Triadic Colors of #a7fbdf

#a7fbdf #dfa7fb #fbdfa7

Analogous Colors of #a7fbdf

#a7fbdf #a7edfb #a7fbb5

Monochromatic Colors of #a7fbdf

#a7fbdf

Complementary Color

#a7fbdf #fba7c3

#a7fbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fbdf Color CSS Codes

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

#a7fbdf Text Font Color

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

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


#a7fbdf Background Color

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

This div background color is #a7fbdf


#a7fbdf Border Color

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

This div border color is #a7fbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,251,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fbdf

Related Colors

#a7fbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.