Color Hex Logo

#6bdece Color Hex

#6BDECE
(107,222,206)
0 Favorites   0 Comments

Color spaces of #6bdece

RGB 107222206
HSL0.480.640.65
HSV172°52°87°
CMYK 0.520.000.07   0.13
XYZ43.325359.824667.6563
Yxy59.82460.25370.3502
Hunter Lab77.3464-35.37002.2804
CIE-Lab81.7428-36.5026-2.1436

#6bdece color RGB value is (107,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011110 11001110
Octal 153 336 316
Decimal 107 222 206
Hex 6B DE CE

RGB Percentages of Color #6bdece

%20.00
%41.50
%38.50

CMYK Percentages of Color #6bdece

%52
%0
%7
%13

Triadic Colors of #6bdece

#6bdece #ce6bde #dece6b

Analogous Colors of #6bdece

#6bdece #6bb5de #6bde95

Monochromatic Colors of #6bdece

#6bdece

Complementary Color

#6bdece #de6b7b

#6bdece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdece Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdece Color CSS Codes

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

#6bdece Text Font Color

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

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


#6bdece Background Color

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

This div background color is #6bdece


#6bdece Border Color

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

This div border color is #6bdece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdece


Comments

No comments written yet.

Please login to write comment.