Color Hex Logo

#6debec Color Hex

#6DEBEC
(109,235,236)
0 Favorites   0 Comments

Color spaces of #6debec

RGB 109235236
HSL0.500.770.68
HSV180°54°93°
CMYK 0.540.000.00   0.07
XYZ51.155368.724089.9258
Yxy68.72400.24380.3276
Hunter Lab82.8999-34.9274-6.2849
CIE-Lab86.3672-34.5255-11.1503

#6debec color RGB value is (109,235,236).

#6debec hex color red value is 109, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6debec hue: 0.50 , saturation: 0.77 and the lightness value of 6debec is 0.68.

The process color (four color CMYK) of #6debec color hex is 0.54, 0.00, 0.00, 0.07. Web safe color of #6debec is #66ffff. Color #6debec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101011 11101100
Octal 155 353 354
Decimal 109 235 236
Hex 6D EB EC

RGB Percentages of Color #6debec

%18.79
%40.52
%40.69

CMYK Percentages of Color #6debec

%54
%0
%0
%7

Triadic Colors of #6debec

#6debec #ec6deb #ebec6d

Analogous Colors of #6debec

#6debec #6dacec #6decae

Monochromatic Colors of #6debec

#6debec

Complementary Color

#6debec #ec6e6d

#6debec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6debec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6debec Color CSS Codes

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

#6debec Text Font Color

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

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


#6debec Background Color

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

This div background color is #6debec


#6debec Border Color

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

This div border color is #6debec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,235,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6debec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6debec;
  -webkit-box-shadow: 1px 1px 3px 2px #6debec;
  box-shadow:         1px 1px 3px 2px #6debec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,235,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6debec


Comments

No comments written yet.

Please login to write comment.