Color Hex Logo

#a4ebeb Color Hex

#A4EBEB
(164,235,235)
0 Favorites   0 Comments

Color spaces of #a4ebeb

RGB 164235235
HSL0.500.640.78
HSV180°30°92°
CMYK 0.300.000.00   0.08
XYZ60.013673.307389.5839
Yxy73.30730.26920.3289
Hunter Lab85.6197-24.7180-2.1014
CIE-Lab88.5941-21.8861-7.0727

#a4ebeb color RGB value is (164,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101011 11101011
Octal 244 353 353
Decimal 164 235 235
Hex A4 EB EB

RGB Percentages of Color #a4ebeb

%25.87
%37.07
%37.07

CMYK Percentages of Color #a4ebeb

%30
%0
%0
%8

Triadic Colors of #a4ebeb

#a4ebeb #eba4eb #ebeba4

Analogous Colors of #a4ebeb

#a4ebeb #a4c8eb #a4ebc8

Monochromatic Colors of #a4ebeb

#a4ebeb

Complementary Color

#a4ebeb #eba4a4

#a4ebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ebeb Color CSS Codes

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

#a4ebeb Text Font Color

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

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


#a4ebeb Background Color

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

This div background color is #a4ebeb


#a4ebeb Border Color

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

This div border color is #a4ebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ebeb


Comments

No comments written yet.

Please login to write comment.