Color Hex Logo

#a7fdfb Color Hex

#A7FDFB
(167,253,251)
0 Favorites   0 Comments

Color spaces of #a7fdfb

RGB 167253251
HSL0.500.960.82
HSV179°34°99°
CMYK 0.340.000.01   0.01
XYZ68.474285.4311104.1477
Yxy85.43110.26530.3311
Hunter Lab92.4289-29.5124-2.1069
CIE-Lab94.0686-26.2049-7.2842

#a7fdfb color RGB value is (167,253,251).

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

The process color (four color CMYK) of #a7fdfb color hex is 0.34, 0.00, 0.01, 0.01. Web safe color of #a7fdfb is #99ffff. Color #a7fdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111101 11111011
Octal 247 375 373
Decimal 167 253 251
Hex A7 FD FB

RGB Percentages of Color #a7fdfb

%24.89
%37.70
%37.41

CMYK Percentages of Color #a7fdfb

%34
%0
%1
%1

Triadic Colors of #a7fdfb

#a7fdfb #fba7fd #fdfba7

Analogous Colors of #a7fdfb

#a7fdfb #a7d4fd #a7fdd0

Monochromatic Colors of #a7fdfb

#a7fdfb

Complementary Color

#a7fdfb #fda7a9

#a7fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fdfb Color CSS Codes

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

#a7fdfb Text Font Color

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

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


#a7fdfb Background Color

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

This div background color is #a7fdfb


#a7fdfb Border Color

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

This div border color is #a7fdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.