Color Hex Logo

#6acdfe Color Hex

#6ACDFE
(106,205,254)
0 Favorites   0 Comments

Color spaces of #6acdfe

RGB 106205254
HSL0.560.990.71
HSV200°58°100°
CMYK 0.580.190.00   0.00
XYZ45.664653.8826101.7595
Yxy53.88260.22680.2677
Hunter Lab73.4048-17.4147-30.8092
CIE-Lab78.3932-15.2604-32.7928

#6acdfe color RGB value is (106,205,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 11111110
Octal 152 315 376
Decimal 106 205 254
Hex 6A CD FE

RGB Percentages of Color #6acdfe

%18.76
%36.28
%44.96

CMYK Percentages of Color #6acdfe

%58
%19
%0
%0

Triadic Colors of #6acdfe

#6acdfe #fe6acd #cdfe6a

Analogous Colors of #6acdfe

#6acdfe #6a83fe #6afee5

Monochromatic Colors of #6acdfe

#6acdfe

Complementary Color

#6acdfe #fe9b6a

#6acdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acdfe Color CSS Codes

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

#6acdfe Text Font Color

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

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


#6acdfe Background Color

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

This div background color is #6acdfe


#6acdfe Border Color

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

This div border color is #6acdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.