Color Hex Logo

#a7ebce Color Hex

#A7EBCE
(167,235,206)
0 Favorites   0 Comments

Color spaces of #a7ebce

RGB 167235206
HSL0.430.630.79
HSV154°29°92°
CMYK 0.290.000.12   0.08
XYZ56.785372.088469.3141
Yxy72.08840.28650.3637
Hunter Lab84.9049-29.200811.0306
CIE-Lab88.0111-27.20717.2812

#a7ebce color RGB value is (167,235,206).

#a7ebce hex color red value is 167, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a7ebce hue: 0.43 , saturation: 0.63 and the lightness value of a7ebce is 0.79.

The process color (four color CMYK) of #a7ebce color hex is 0.29, 0.00, 0.12, 0.08. Web safe color of #a7ebce is #99ffcc. Color #a7ebce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101011 11001110
Octal 247 353 316
Decimal 167 235 206
Hex A7 EB CE

RGB Percentages of Color #a7ebce

%27.47
%38.65
%33.88

CMYK Percentages of Color #a7ebce

%29
%0
%12
%8

Triadic Colors of #a7ebce

#a7ebce #cea7eb #ebcea7

Analogous Colors of #a7ebce

#a7ebce #a7e6eb #a7ebac

Monochromatic Colors of #a7ebce

#a7ebce

Complementary Color

#a7ebce #eba7c4

#a7ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ebce Color CSS Codes

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

#a7ebce Text Font Color

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

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


#a7ebce Background Color

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

This div background color is #a7ebce


#a7ebce Border Color

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

This div border color is #a7ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ebce


Comments

No comments written yet.

Please login to write comment.