Color Hex Logo

#6acefe Color Hex

#6ACEFE
(106,206,254)
0 Favorites   0 Comments

Color spaces of #6acefe

RGB 106206254
HSL0.550.990.71
HSV199°58°100°
CMYK 0.580.190.00   0.00
XYZ45.904654.3625101.8395
Yxy54.36250.22710.2690
Hunter Lab73.7309-17.8957-30.2816
CIE-Lab78.6726-15.7799-32.3623

#6acefe color RGB value is (106,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001110 11111110
Octal 152 316 376
Decimal 106 206 254
Hex 6A CE FE

RGB Percentages of Color #6acefe

%18.73
%36.40
%44.88

CMYK Percentages of Color #6acefe

%58
%19
%0
%0

Triadic Colors of #6acefe

#6acefe #fe6ace #cefe6a

Analogous Colors of #6acefe

#6acefe #6a84fe #6afee4

Monochromatic Colors of #6acefe

#6acefe

Complementary Color

#6acefe #fe9a6a

#6acefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acefe Color CSS Codes

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

#6acefe Text Font Color

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

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


#6acefe Background Color

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

This div background color is #6acefe


#6acefe Border Color

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

This div border color is #6acefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acefe


Comments

No comments written yet.

Please login to write comment.