Color Hex Logo

#6bddce Color Hex

#6BDDCE
(107,221,206)
0 Favorites   0 Comments

Color spaces of #6bddce

RGB 107221206
HSL0.480.630.64
HSV172°52°87°
CMYK 0.520.000.07   0.13
XYZ43.060459.294967.5681
Yxy59.29490.25340.3490
Hunter Lab77.0032-34.93791.8769
CIE-Lab81.4534-36.0414-2.5683

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011101 11001110
Octal 153 335 316
Decimal 107 221 206
Hex 6B DD CE

RGB Percentages of Color #6bddce

%20.04
%41.39
%38.58

CMYK Percentages of Color #6bddce

%52
%0
%7
%13

Triadic Colors of #6bddce

#6bddce #ce6bdd #ddce6b

Analogous Colors of #6bddce

#6bddce #6bb3dd #6bdd95

Monochromatic Colors of #6bddce

#6bddce

Complementary Color

#6bddce #dd6b7a

#6bddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bddce Color CSS Codes

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

#6bddce Text Font Color

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

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


#6bddce Background Color

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

This div background color is #6bddce


#6bddce Border Color

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

This div border color is #6bddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bddce


Comments

No comments written yet.

Please login to write comment.