Color Hex Logo

#6acdfa Color Hex

#6ACDFA
(106,205,250)
0 Favorites   0 Comments

Color spaces of #6acdfa

RGB 106205250
HSL0.550.940.70
HSV199°58°98°
CMYK 0.580.180.00   0.02
XYZ45.030553.628998.4205
Yxy53.62890.22850.2721
Hunter Lab73.2318-18.3952-28.4211
CIE-Lab78.2448-16.4419-30.8860

#6acdfa color RGB value is (106,205,250).

#6acdfa hex color red value is 106, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6acdfa hue: 0.55 , saturation: 0.94 and the lightness value of 6acdfa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 11111010
Octal 152 315 372
Decimal 106 205 250
Hex 6A CD FA

RGB Percentages of Color #6acdfa

%18.89
%36.54
%44.56

CMYK Percentages of Color #6acdfa

%58
%18
%0
%2

Triadic Colors of #6acdfa

#6acdfa #fa6acd #cdfa6a

Analogous Colors of #6acdfa

#6acdfa #6a85fa #6afadf

Monochromatic Colors of #6acdfa

#6acdfa

Complementary Color

#6acdfa #fa976a

#6acdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acdfa Color CSS Codes

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

#6acdfa Text Font Color

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

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


#6acdfa Background Color

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

This div background color is #6acdfa


#6acdfa Border Color

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

This div border color is #6acdfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,205,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acdfa


Comments

No comments written yet.

Please login to write comment.