Color Hex Logo

#a7effe Color Hex

#A7EFFE
(167,239,254)
0 Favorites   0 Comments

Color spaces of #a7effe

RGB 167239254
HSL0.530.980.83
HSV190°34°100°
CMYK 0.340.060.00   0.00
XYZ64.692277.1043105.2389
Yxy77.10430.26190.3121
Hunter Lab87.8091-22.1582-9.5926
CIE-Lab90.3696-18.6701-14.3476

#a7effe color RGB value is (167,239,254).

#a7effe hex color red value is 167, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a7effe hue: 0.53 , saturation: 0.98 and the lightness value of a7effe is 0.83.

The process color (four color CMYK) of #a7effe color hex is 0.34, 0.06, 0.00, 0.00. Web safe color of #a7effe is #99ffff. Color #a7effe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101111 11111110
Octal 247 357 376
Decimal 167 239 254
Hex A7 EF FE

RGB Percentages of Color #a7effe

%25.30
%36.21
%38.48

CMYK Percentages of Color #a7effe

%34
%6
%0
%0

Triadic Colors of #a7effe

#a7effe #fea7ef #effea7

Analogous Colors of #a7effe

#a7effe #a7c4fe #a7fee2

Monochromatic Colors of #a7effe

#a7effe

Complementary Color

#a7effe #feb6a7

#a7effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7effe Color CSS Codes

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

#a7effe Text Font Color

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

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


#a7effe Background Color

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

This div background color is #a7effe


#a7effe Border Color

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

This div border color is #a7effe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7effe

Related Colors


Comments

No comments written yet.

Please login to write comment.