Color Hex Logo

#6affca Color Hex

#6AFFCA
(106,255,202)
0 Favorites   0 Comments

Color spaces of #6affca

RGB 106255202
HSL0.441.000.71
HSV159°58°100°
CMYK 0.580.000.21   0.00
XYZ52.364578.848468.3365
Yxy78.84840.26240.3951
Hunter Lab88.7966-50.130416.5290
CIE-Lab91.1657-52.028813.5327

#6affca color RGB value is (106,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111111 11001010
Octal 152 377 312
Decimal 106 255 202
Hex 6A FF CA

RGB Percentages of Color #6affca

%18.83
%45.29
%35.88

CMYK Percentages of Color #6affca

%58
%0
%21
%0

Triadic Colors of #6affca

#6affca #ca6aff #ffca6a

Analogous Colors of #6affca

#6affca #6aeaff #6aff80

Monochromatic Colors of #6affca

#6affca

Complementary Color

#6affca #ff6a9f

#6affca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6affca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6affca Color CSS Codes

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

#6affca Text Font Color

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

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


#6affca Background Color

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

This div background color is #6affca


#6affca Border Color

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

This div border color is #6affca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6affca


Comments

No comments written yet.

Please login to write comment.