Color Hex Logo

#a5ceb2 Color Hex

#A5CEB2
(165,206,178)
0 Favorites   0 Comments

Color spaces of #a5ceb2

RGB 165206178
HSL0.390.290.73
HSV139°20°81°
CMYK 0.200.000.14   0.19
XYZ45.624255.356350.3997
Yxy55.35630.30140.3657
Hunter Lab74.4018-20.744611.9183
CIE-Lab79.2461-19.05199.5070

#a5ceb2 color RGB value is (165,206,178).

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

The process color (four color CMYK) of #a5ceb2 color hex is 0.20, 0.00, 0.14, 0.19. Web safe color of #a5ceb2 is #99cc99. Color #a5ceb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001110 10110010
Octal 245 316 262
Decimal 165 206 178
Hex A5 CE B2

RGB Percentages of Color #a5ceb2

%30.05
%37.52
%32.42

CMYK Percentages of Color #a5ceb2

%20
%0
%14
%19

Triadic Colors of #a5ceb2

#a5ceb2 #b2a5ce #ceb2a5

Analogous Colors of #a5ceb2

#a5ceb2 #a5cec7 #adcea5

Monochromatic Colors of #a5ceb2

#a5ceb2

Complementary Color

#a5ceb2 #cea5c1

#a5ceb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ceb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ceb2 Color CSS Codes

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

#a5ceb2 Text Font Color

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

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


#a5ceb2 Background Color

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

This div background color is #a5ceb2


#a5ceb2 Border Color

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

This div border color is #a5ceb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ceb2


Comments

No comments written yet.

Please login to write comment.