Color Hex Logo

#a5ceba Color Hex

#A5CEBA
(165,206,186)
0 Favorites   0 Comments

Color spaces of #a5ceba

RGB 165206186
HSL0.420.290.73
HSV151°20°81°
CMYK 0.200.000.10   0.19
XYZ46.451355.687154.7548
Yxy55.68710.29610.3549
Hunter Lab74.6238-19.48028.7329
CIE-Lab79.4354-17.51655.4998

#a5ceba color RGB value is (165,206,186).

#a5ceba hex color red value is 165, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a5ceba hue: 0.42 , saturation: 0.29 and the lightness value of a5ceba is 0.73.

The process color (four color CMYK) of #a5ceba color hex is 0.20, 0.00, 0.10, 0.19. Web safe color of #a5ceba is #99cccc. Color #a5ceba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001110 10111010
Octal 245 316 272
Decimal 165 206 186
Hex A5 CE BA

RGB Percentages of Color #a5ceba

%29.62
%36.98
%33.39

CMYK Percentages of Color #a5ceba

%20
%0
%10
%19

Triadic Colors of #a5ceba

#a5ceba #baa5ce #cebaa5

Analogous Colors of #a5ceba

#a5ceba #a5cece #a5cea6

Monochromatic Colors of #a5ceba

#a5ceba

Complementary Color

#a5ceba #cea5b9

#a5ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ceba Color CSS Codes

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

#a5ceba Text Font Color

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

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


#a5ceba Background Color

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

This div background color is #a5ceba


#a5ceba Border Color

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

This div border color is #a5ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ceba


Comments

No comments written yet.

Please login to write comment.