Color Hex Logo

#a7ddfb Color Hex

#A7DDFB
(167,221,251)
0 Favorites   0 Comments

Color spaces of #a7ddfb

RGB 167221251
HSL0.560.910.82
HSV201°33°98°
CMYK 0.330.120.00   0.02
XYZ59.205466.8934101.0581
Yxy66.89340.26060.2945
Hunter Lab81.7884-13.9162-16.0071
CIE-Lab85.4501-10.2687-20.1755

#a7ddfb color RGB value is (167,221,251).

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

The process color (four color CMYK) of #a7ddfb color hex is 0.33, 0.12, 0.00, 0.02. Web safe color of #a7ddfb is #99ccff. Color #a7ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011101 11111011
Octal 247 335 373
Decimal 167 221 251
Hex A7 DD FB

RGB Percentages of Color #a7ddfb

%26.13
%34.59
%39.28

CMYK Percentages of Color #a7ddfb

%33
%12
%0
%2

Triadic Colors of #a7ddfb

#a7ddfb #fba7dd #ddfba7

Analogous Colors of #a7ddfb

#a7ddfb #a7b3fb #a7fbef

Monochromatic Colors of #a7ddfb

#a7ddfb

Complementary Color

#a7ddfb #fbc5a7

#a7ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ddfb Color CSS Codes

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

#a7ddfb Text Font Color

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

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


#a7ddfb Background Color

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

This div background color is #a7ddfb


#a7ddfb Border Color

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

This div border color is #a7ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.