color codes Logo

#a4ebfb color codes

#A4EBFB
(164,235,251)
0 Favorites   0 Comments

Color spaces of #a4ebfb

RGB 164235251
HSL0.530.920.81
HSV191°35°98°
CMYK 0.350.060.00   0.02
XYZ62.430874.2742102.3127
Yxy74.27420.26120.3107
Hunter Lab86.1825-21.5135-10.0592
CIE-Lab89.0519-18.1762-14.7694

#a4ebfb color RGB value is (164,235,251).

#a4ebfb hex color red value is 164, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a4ebfb hue: 0.53 , saturation: 0.92 and the lightness value of a4ebfb is 0.81.

The process color (four color CMYK) of #a4ebfb color code is 0.35, 0.06, 0.00, 0.02. Web safe color of #a4ebfb is #99ffff. Color #a4ebfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101011 11111011
Octal 244 353 373
Decimal 164 235 251
Hex A4 EB FB

RGB Percentages of Color #a4ebfb

%25.23
%36.15
%38.62

CMYK Percentages of Color #a4ebfb

%35
%6
%0
%2

Triadic Colors of #a4ebfb

#a4ebfb #fba4eb #ebfba4

Analogous Colors of #a4ebfb

#a4ebfb #a4c0fb #a4fbe0

Monochromatic Colors of #a4ebfb

#a4ebfb

Complementary Color

#a4ebfb #fbb4a4

#a4ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ebfb Color CSS Codes

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

#a4ebfb Text Font Color

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

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


#a4ebfb Background Color

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

This div background color is #a4ebfb


#a4ebfb Border Color

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

This div border color is #a4ebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ebfb


Comments

No comments written yet.

Please login to write comment.