Color Hex Logo

#a5cedb Color Hex

#A5CEDB
(165,206,219)
0 Favorites   0 Comments

Color spaces of #a5cedb

RGB 165206219
HSL0.540.430.75
HSV194°25°86°
CMYK 0.250.060.00   0.14
XYZ50.374557.256475.4144
Yxy57.25640.27520.3128
Hunter Lab75.6680-13.5860-6.1238
CIE-Lab80.3236-10.5554-10.8793

#a5cedb color RGB value is (165,206,219).

#a5cedb hex color red value is 165, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a5cedb hue: 0.54 , saturation: 0.43 and the lightness value of a5cedb is 0.75.

The process color (four color CMYK) of #a5cedb color hex is 0.25, 0.06, 0.00, 0.14. Web safe color of #a5cedb is #99cccc. Color #a5cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001110 11011011
Octal 245 316 333
Decimal 165 206 219
Hex A5 CE DB

RGB Percentages of Color #a5cedb

%27.97
%34.92
%37.12

CMYK Percentages of Color #a5cedb

%25
%6
%0
%14

Triadic Colors of #a5cedb

#a5cedb #dba5ce #cedba5

Analogous Colors of #a5cedb

#a5cedb #a5b3db #a5dbcd

Monochromatic Colors of #a5cedb

#a5cedb

Complementary Color

#a5cedb #dbb2a5

#a5cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cedb Color CSS Codes

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

#a5cedb Text Font Color

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

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


#a5cedb Background Color

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

This div background color is #a5cedb


#a5cedb Border Color

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

This div border color is #a5cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cedb


Comments

No comments written yet.

Please login to write comment.