Color Hex Logo

#a3dfee Color Hex

#A3DFEE
(163,223,238)
0 Favorites   0 Comments

Color spaces of #a3dfee

RGB 163223238
HSL0.530.690.79
HSV192°32°93°
CMYK 0.320.060.00   0.07
XYZ56.924566.734990.7698
Yxy66.73490.26550.3112
Hunter Lab81.6914-18.5770-8.6949
CIE-Lab85.3699-15.4786-13.4550

#a3dfee color RGB value is (163,223,238).

#a3dfee hex color red value is 163, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a3dfee hue: 0.53 , saturation: 0.69 and the lightness value of a3dfee is 0.79.

The process color (four color CMYK) of #a3dfee color hex is 0.32, 0.06, 0.00, 0.07. Web safe color of #a3dfee is #99ccff. Color #a3dfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011111 11101110
Octal 243 337 356
Decimal 163 223 238
Hex A3 DF EE

RGB Percentages of Color #a3dfee

%26.12
%35.74
%38.14

CMYK Percentages of Color #a3dfee

%32
%6
%0
%7

Triadic Colors of #a3dfee

#a3dfee #eea3df #dfeea3

Analogous Colors of #a3dfee

#a3dfee #a3baee #a3eed8

Monochromatic Colors of #a3dfee

#a3dfee

Complementary Color

#a3dfee #eeb2a3

#a3dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dfee Color CSS Codes

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

#a3dfee Text Font Color

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

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


#a3dfee Background Color

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

This div background color is #a3dfee


#a3dfee Border Color

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

This div border color is #a3dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dfee


Comments

No comments written yet.

Please login to write comment.