Color Hex Logo

#6added Color Hex

#6ADDED
(106,221,237)
0 Favorites   0 Comments

Color spaces of #6added

RGB 106221237
HSL0.520.780.67
HSV187°55°93°
CMYK 0.550.070.00   0.07
XYZ47.086460.891589.3923
Yxy60.89150.23860.3085
Hunter Lab78.0330-28.8479-13.2978
CIE-Lab82.3204-28.1649-17.7558

#6added color RGB value is (106,221,237).

#6added hex color red value is 106, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6added hue: 0.52 , saturation: 0.78 and the lightness value of 6added is 0.67.

The process color (four color CMYK) of #6added color hex is 0.55, 0.07, 0.00, 0.07. Web safe color of #6added is #66ccff. Color #6added contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011101 11101101
Octal 152 335 355
Decimal 106 221 237
Hex 6A DD ED

RGB Percentages of Color #6added

%18.79
%39.18
%42.02

CMYK Percentages of Color #6added

%55
%7
%0
%7

Triadic Colors of #6added

#6added #ed6add #dded6a

Analogous Colors of #6added

#6added #6a9ced #6aedbc

Monochromatic Colors of #6added

#6added

Complementary Color

#6added #ed7a6a

#6added Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6added Color Preview on White Background

Lorem ipsum dolor sit amet.

#6added Color CSS Codes

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

#6added Text Font Color

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

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


#6added Background Color

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

This div background color is #6added


#6added Border Color

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

This div border color is #6added


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6added


Comments

No comments written yet.

Please login to write comment.