Color Hex Logo

#a7dfff Color Hex

#A7DFFF
(167,223,255)
0 Favorites   0 Comments

Color spaces of #a7dfff

RGB 167223255
HSL0.561.000.83
HSV202°35°100°
CMYK 0.350.130.00   0.00
XYZ60.374068.2108104.5917
Yxy68.21080.25890.2925
Hunter Lab82.5898-14.0469-17.2719
CIE-Lab86.1117-10.3295-21.2825

#a7dfff color RGB value is (167,223,255).

#a7dfff hex color red value is 167, green value is 223 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a7dfff hue: 0.56 , saturation: 1.00 and the lightness value of a7dfff is 0.83.

The process color (four color CMYK) of #a7dfff color hex is 0.35, 0.13, 0.00, 0.00. Web safe color of #a7dfff is #99ccff. Color #a7dfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 11111111
Octal 247 337 377
Decimal 167 223 255
Hex A7 DF FF

RGB Percentages of Color #a7dfff

%25.89
%34.57
%39.53

CMYK Percentages of Color #a7dfff

%35
%13
%0
%0

Triadic Colors of #a7dfff

#a7dfff #ffa7df #dfffa7

Analogous Colors of #a7dfff

#a7dfff #a7b3ff #a7fff3

Monochromatic Colors of #a7dfff

#a7dfff

Complementary Color

#a7dfff #ffc7a7

#a7dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfff Color CSS Codes

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

#a7dfff Text Font Color

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

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


#a7dfff Background Color

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

This div background color is #a7dfff


#a7dfff Border Color

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

This div border color is #a7dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfff


Comments

No comments written yet.

Please login to write comment.