Color Hex Logo

#6acfda Color Hex

#6ACFDA
(106,207,218)
0 Favorites   0 Comments

Color spaces of #6acfda

RGB 106207218
HSL0.520.600.64
HSV186°51°85°
CMYK 0.510.050.00   0.15
XYZ40.911652.751874.3555
Yxy52.75180.24350.3140
Hunter Lab72.6304-26.5570-9.8569
CIE-Lab77.7282-26.4815-14.5219

#6acfda color RGB value is (106,207,218).

#6acfda hex color red value is 106, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6acfda hue: 0.52 , saturation: 0.60 and the lightness value of 6acfda is 0.64.

The process color (four color CMYK) of #6acfda color hex is 0.51, 0.05, 0.00, 0.15. Web safe color of #6acfda is #66cccc. Color #6acfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001111 11011010
Octal 152 317 332
Decimal 106 207 218
Hex 6A CF DA

RGB Percentages of Color #6acfda

%19.96
%38.98
%41.05

CMYK Percentages of Color #6acfda

%51
%5
%0
%15

Triadic Colors of #6acfda

#6acfda #da6acf #cfda6a

Analogous Colors of #6acfda

#6acfda #6a97da #6adaad

Monochromatic Colors of #6acfda

#6acfda

Complementary Color

#6acfda #da756a

#6acfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acfda Color CSS Codes

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

#6acfda Text Font Color

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

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


#6acfda Background Color

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

This div background color is #6acfda


#6acfda Border Color

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

This div border color is #6acfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acfda


Comments

No comments written yet.

Please login to write comment.