Color Hex Logo

#a5ecdb Color Hex

#A5ECDB
(165,236,219)
0 Favorites   0 Comments

Color spaces of #a5ecdb

RGB 165236219
HSL0.460.650.79
HSV166°30°93°
CMYK 0.300.000.07   0.07
XYZ58.298773.104778.0558
Yxy73.10470.27830.3490
Hunter Lab85.5013-27.91785.7239
CIE-Lab88.4976-25.59571.1716

#a5ecdb color RGB value is (165,236,219).

#a5ecdb hex color red value is 165, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a5ecdb hue: 0.46 , saturation: 0.65 and the lightness value of a5ecdb is 0.79.

The process color (four color CMYK) of #a5ecdb color hex is 0.30, 0.00, 0.07, 0.07. Web safe color of #a5ecdb is #99ffcc. Color #a5ecdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101100 11011011
Octal 245 354 333
Decimal 165 236 219
Hex A5 EC DB

RGB Percentages of Color #a5ecdb

%26.61
%38.06
%35.32

CMYK Percentages of Color #a5ecdb

%30
%0
%7
%7

Triadic Colors of #a5ecdb

#a5ecdb #dba5ec #ecdba5

Analogous Colors of #a5ecdb

#a5ecdb #a5daec #a5ecb8

Monochromatic Colors of #a5ecdb

#a5ecdb

Complementary Color

#a5ecdb #eca5b6

#a5ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ecdb Color CSS Codes

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

#a5ecdb Text Font Color

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

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


#a5ecdb Background Color

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

This div background color is #a5ecdb


#a5ecdb Border Color

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

This div border color is #a5ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ecdb


Comments

No comments written yet.

Please login to write comment.