Color Hex Logo

#a5ddef Color Hex

#A5DDEF
(165,221,239)
0 Favorites   0 Comments

Color spaces of #a5ddef

RGB 165221239
HSL0.540.700.79
HSV195°31°94°
CMYK 0.310.080.00   0.06
XYZ56.953565.944291.3881
Yxy65.94420.26580.3077
Hunter Lab81.2060-16.9204-9.8799
CIE-Lab84.9679-13.6745-14.5744

#a5ddef color RGB value is (165,221,239).

#a5ddef hex color red value is 165, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a5ddef hue: 0.54 , saturation: 0.70 and the lightness value of a5ddef is 0.79.

The process color (four color CMYK) of #a5ddef color hex is 0.31, 0.08, 0.00, 0.06. Web safe color of #a5ddef is #99ccff. Color #a5ddef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011101 11101111
Octal 245 335 357
Decimal 165 221 239
Hex A5 DD EF

RGB Percentages of Color #a5ddef

%26.40
%35.36
%38.24

CMYK Percentages of Color #a5ddef

%31
%8
%0
%6

Triadic Colors of #a5ddef

#a5ddef #efa5dd #ddefa5

Analogous Colors of #a5ddef

#a5ddef #a5b8ef #a5efdc

Monochromatic Colors of #a5ddef

#a5ddef

Complementary Color

#a5ddef #efb7a5

#a5ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ddef Color CSS Codes

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

#a5ddef Text Font Color

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

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


#a5ddef Background Color

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

This div background color is #a5ddef


#a5ddef Border Color

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

This div border color is #a5ddef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,221,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ddef


Comments

No comments written yet.

Please login to write comment.