Color Hex Logo

#6bdddd Color Hex

#6BDDDD
(107,221,221)
0 Favorites   0 Comments

Color spaces of #6bdddd

RGB 107221221
HSL0.500.630.64
HSV180°52°87°
CMYK 0.520.000.00   0.13
XYZ44.971060.059277.6290
Yxy60.05920.24620.3288
Hunter Lab77.4979-32.0401-5.1418
CIE-Lab81.8704-32.2408-9.9279

#6bdddd color RGB value is (107,221,221).

#6bdddd hex color red value is 107, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6bdddd hue: 0.50 , saturation: 0.63 and the lightness value of 6bdddd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011101 11011101
Octal 153 335 335
Decimal 107 221 221
Hex 6B DD DD

RGB Percentages of Color #6bdddd

%19.49
%40.26
%40.26

CMYK Percentages of Color #6bdddd

%52
%0
%0
%13

Triadic Colors of #6bdddd

#6bdddd #dd6bdd #dddd6b

Analogous Colors of #6bdddd

#6bdddd #6ba4dd #6bdda4

Monochromatic Colors of #6bdddd

#6bdddd

Complementary Color

#6bdddd #dd6b6b

#6bdddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdddd Color CSS Codes

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

#6bdddd Text Font Color

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

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


#6bdddd Background Color

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

This div background color is #6bdddd


#6bdddd Border Color

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

This div border color is #6bdddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdddd


Comments

No comments written yet.

Please login to write comment.