Color Hex Logo

#a5eccb Color Hex

#A5ECCB
(165,236,203)
0 Favorites   0 Comments

Color spaces of #a5eccb

RGB 165236203
HSL0.420.650.79
HSV152°30°93°
CMYK 0.300.000.14   0.07
XYZ56.292072.302067.4887
Yxy72.30200.28710.3687
Hunter Lab85.0306-30.632812.4630
CIE-Lab88.1138-28.87248.9819

#a5eccb color RGB value is (165,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101100 11001011
Octal 245 354 313
Decimal 165 236 203
Hex A5 EC CB

RGB Percentages of Color #a5eccb

%27.32
%39.07
%33.61

CMYK Percentages of Color #a5eccb

%30
%0
%14
%7

Triadic Colors of #a5eccb

#a5eccb #cba5ec #eccba5

Analogous Colors of #a5eccb

#a5eccb #a5eaec #a5eca8

Monochromatic Colors of #a5eccb

#a5eccb

Complementary Color

#a5eccb #eca5c6

#a5eccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5eccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5eccb Color CSS Codes

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

#a5eccb Text Font Color

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

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


#a5eccb Background Color

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

This div background color is #a5eccb


#a5eccb Border Color

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

This div border color is #a5eccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5eccb


Comments

No comments written yet.

Please login to write comment.