Color Hex Logo

#6afaca Color Hex

#6AFACA
(106,250,202)
0 Favorites   0 Comments

Color spaces of #6afaca

RGB 106250202
HSL0.440.940.70
HSV160°58°98°
CMYK 0.580.000.19   0.02
XYZ50.790175.699767.8117
Yxy75.69970.26140.3896
Hunter Lab87.0056-48.059214.6936
CIE-Lab89.7197-49.946211.4792

#6afaca color RGB value is (106,250,202).

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

The process color (four color CMYK) of #6afaca color hex is 0.58, 0.00, 0.19, 0.02. Web safe color of #6afaca is #66ffcc. Color #6afaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111010 11001010
Octal 152 372 312
Decimal 106 250 202
Hex 6A FA CA

RGB Percentages of Color #6afaca

%19.00
%44.80
%36.20

CMYK Percentages of Color #6afaca

%58
%0
%19
%2

Triadic Colors of #6afaca

#6afaca #ca6afa #faca6a

Analogous Colors of #6afaca

#6afaca #6ae2fa #6afa82

Monochromatic Colors of #6afaca

#6afaca

Complementary Color

#6afaca #fa6a9a

#6afaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afaca Color CSS Codes

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

#6afaca Text Font Color

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

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


#6afaca Background Color

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

This div background color is #6afaca


#6afaca Border Color

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

This div border color is #6afaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afaca


Comments

No comments written yet.

Please login to write comment.