Color Hex Logo

#a5ebcc Color Hex

#A5EBCC
(165,235,204)
0 Favorites   0 Comments

Color spaces of #a5ebcc

RGB 165235204
HSL0.430.640.78
HSV153°30°92°
CMYK 0.300.000.13   0.08
XYZ56.124571.775668.0228
Yxy71.77560.28650.3663
Hunter Lab84.7205-30.010511.6999
CIE-Lab87.8605-28.19758.0965

#a5ebcc color RGB value is (165,235,204).

#a5ebcc hex color red value is 165, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a5ebcc hue: 0.43 , saturation: 0.64 and the lightness value of a5ebcc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101011 11001100
Octal 245 353 314
Decimal 165 235 204
Hex A5 EB CC

RGB Percentages of Color #a5ebcc

%27.32
%38.91
%33.77

CMYK Percentages of Color #a5ebcc

%30
%0
%13
%8

Triadic Colors of #a5ebcc

#a5ebcc #cca5eb #ebcca5

Analogous Colors of #a5ebcc

#a5ebcc #a5e7eb #a5eba9

Monochromatic Colors of #a5ebcc

#a5ebcc

Complementary Color

#a5ebcc #eba5c4

#a5ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ebcc Color CSS Codes

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

#a5ebcc Text Font Color

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

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


#a5ebcc Background Color

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

This div background color is #a5ebcc


#a5ebcc Border Color

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

This div border color is #a5ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ebcc


Comments

No comments written yet.

Please login to write comment.