Color Hex Logo

#6fddca Color Hex

#6FDDCA
(111,221,202)
0 Favorites   0 Comments

Color spaces of #6fddca

RGB 111221202
HSL0.470.620.65
HSV170°50°87°
CMYK 0.500.000.09   0.13
XYZ43.072759.356765.0639
Yxy59.35670.25720.3544
Hunter Lab77.0433-35.03153.8593
CIE-Lab81.4873-36.1507-0.3759

#6fddca color RGB value is (111,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 11001010
Octal 157 335 312
Decimal 111 221 202
Hex 6F DD CA

RGB Percentages of Color #6fddca

%20.79
%41.39
%37.83

CMYK Percentages of Color #6fddca

%50
%0
%9
%13

Triadic Colors of #6fddca

#6fddca #ca6fdd #ddca6f

Analogous Colors of #6fddca

#6fddca #6fb9dd #6fdd93

Monochromatic Colors of #6fddca

#6fddca

Complementary Color

#6fddca #dd6f82

#6fddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddca Color CSS Codes

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

#6fddca Text Font Color

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

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


#6fddca Background Color

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

This div background color is #6fddca


#6fddca Border Color

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

This div border color is #6fddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddca


Comments

No comments written yet.

Please login to write comment.