Color Hex Logo

#a7fbda Color Hex

#A7FBDA
(167,251,218)
0 Favorites   0 Comments

Color spaces of #a7fbda

RGB 167251218
HSL0.430.910.82
HSV156°33°98°
CMYK 0.330.000.13   0.02
XYZ63.088482.271878.8846
Yxy82.27180.28130.3669
Hunter Lab90.7038-34.577211.9285
CIE-Lab92.6947-32.35717.7766

#a7fbda color RGB value is (167,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111011 11011010
Octal 247 373 332
Decimal 167 251 218
Hex A7 FB DA

RGB Percentages of Color #a7fbda

%26.26
%39.47
%34.28

CMYK Percentages of Color #a7fbda

%33
%0
%13
%2

Triadic Colors of #a7fbda

#a7fbda #daa7fb #fbdaa7

Analogous Colors of #a7fbda

#a7fbda #a7f2fb #a7fbb0

Monochromatic Colors of #a7fbda

#a7fbda

Complementary Color

#a7fbda #fba7c8

#a7fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fbda Color CSS Codes

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

#a7fbda Text Font Color

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

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


#a7fbda Background Color

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

This div background color is #a7fbda


#a7fbda Border Color

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

This div border color is #a7fbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fbda


Comments

No comments written yet.

Please login to write comment.