Color Hex Logo

#6bddcc Color Hex

#6BDDCC
(107,221,204)
0 Favorites   0 Comments

Color spaces of #6bddcc

RGB 107221204
HSL0.480.630.64
HSV171°52°87°
CMYK 0.520.000.08   0.13
XYZ42.818959.198366.2964
Yxy59.19830.25440.3517
Hunter Lab76.9404-35.30692.7706
CIE-Lab81.4005-36.5324-1.5826

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011101 11001100
Octal 153 335 314
Decimal 107 221 204
Hex 6B DD CC

RGB Percentages of Color #6bddcc

%20.11
%41.54
%38.35

CMYK Percentages of Color #6bddcc

%52
%0
%8
%13

Triadic Colors of #6bddcc

#6bddcc #cc6bdd #ddcc6b

Analogous Colors of #6bddcc

#6bddcc #6bb5dd #6bdd93

Monochromatic Colors of #6bddcc

#6bddcc

Complementary Color

#6bddcc #dd6b7c

#6bddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bddcc Color CSS Codes

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

#6bddcc Text Font Color

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

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


#6bddcc Background Color

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

This div background color is #6bddcc


#6bddcc Border Color

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

This div border color is #6bddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bddcc


Comments

No comments written yet.

Please login to write comment.