Color Hex Logo

#7acefe Color Hex

#7ACEFE
(122,206,254)
0 Favorites   0 Comments

Color spaces of #7acefe

RGB 122206254
HSL0.560.990.74
HSV202°52°100°
CMYK 0.520.190.00   0.00
XYZ47.986755.4359101.9370
Yxy55.43590.23370.2699
Hunter Lab74.4553-15.2529-29.0554
CIE-Lab79.2917-12.6046-31.3573

#7acefe color RGB value is (122,206,254).

#7acefe hex color red value is 122, green value is 206 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7acefe hue: 0.56 , saturation: 0.99 and the lightness value of 7acefe is 0.74.

The process color (four color CMYK) of #7acefe color hex is 0.52, 0.19, 0.00, 0.00. Web safe color of #7acefe is #66ccff. Color #7acefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001110 11111110
Octal 172 316 376
Decimal 122 206 254
Hex 7A CE FE

RGB Percentages of Color #7acefe

%20.96
%35.40
%43.64

CMYK Percentages of Color #7acefe

%52
%19
%0
%0

Triadic Colors of #7acefe

#7acefe #fe7ace #cefe7a

Analogous Colors of #7acefe

#7acefe #7a8cfe #7afeec

Monochromatic Colors of #7acefe

#7acefe

Complementary Color

#7acefe #feaa7a

#7acefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acefe Color CSS Codes

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

#7acefe Text Font Color

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

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


#7acefe Background Color

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

This div background color is #7acefe


#7acefe Border Color

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

This div border color is #7acefe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,206,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7acefe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7acefe;
  -webkit-box-shadow: 1px 1px 3px 2px #7acefe;
  box-shadow:         1px 1px 3px 2px #7acefe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,206,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 #7acefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acefe


Comments

No comments written yet.

Please login to write comment.