Color Hex Logo

#6fdadd Color Hex

#6FDADD
(111,218,221)
0 Favorites   0 Comments

Color spaces of #6fdadd

RGB 111218221
HSL0.500.620.65
HSV182°50°87°
CMYK 0.500.010.00   0.13
XYZ44.678158.742877.3903
Yxy58.74280.24710.3249
Hunter Lab76.6439-30.0735-6.2167
CIE-Lab81.1500-29.9836-10.9865

#6fdadd color RGB value is (111,218,221).

#6fdadd hex color red value is 111, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6fdadd hue: 0.50 , saturation: 0.62 and the lightness value of 6fdadd is 0.65.

The process color (four color CMYK) of #6fdadd color hex is 0.50, 0.01, 0.00, 0.13. Web safe color of #6fdadd is #66cccc. Color #6fdadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011010 11011101
Octal 157 332 335
Decimal 111 218 221
Hex 6F DA DD

RGB Percentages of Color #6fdadd

%20.18
%39.64
%40.18

CMYK Percentages of Color #6fdadd

%50
%1
%0
%13

Triadic Colors of #6fdadd

#6fdadd #dd6fda #dadd6f

Analogous Colors of #6fdadd

#6fdadd #6fa3dd #6fdda9

Monochromatic Colors of #6fdadd

#6fdadd

Complementary Color

#6fdadd #dd726f

#6fdadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdadd Color CSS Codes

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

#6fdadd Text Font Color

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

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


#6fdadd Background Color

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

This div background color is #6fdadd


#6fdadd Border Color

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

This div border color is #6fdadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdadd


Comments

No comments written yet.

Please login to write comment.