Color Hex Logo

#6decbc Color Hex

#6DECBC
(109,236,188)
0 Favorites   0 Comments

Color spaces of #6decbc

RGB 109236188
HSL0.440.770.68
HSV157°54°93°
CMYK 0.540.000.20   0.07
XYZ45.379266.873058.0930
Yxy66.87300.26640.3926
Hunter Lab81.7759-44.054415.1240
CIE-Lab85.4398-46.451012.6836

#6decbc color RGB value is (109,236,188).

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

The process color (four color CMYK) of #6decbc color hex is 0.54, 0.00, 0.20, 0.07. Web safe color of #6decbc is #66ffcc. Color #6decbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101100 10111100
Octal 155 354 274
Decimal 109 236 188
Hex 6D EC BC

RGB Percentages of Color #6decbc

%20.45
%44.28
%35.27

CMYK Percentages of Color #6decbc

%54
%0
%20
%7

Triadic Colors of #6decbc

#6decbc #bc6dec #ecbc6d

Analogous Colors of #6decbc

#6decbc #6dddec #6dec7d

Monochromatic Colors of #6decbc

#6decbc

Complementary Color

#6decbc #ec6d9d

#6decbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6decbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6decbc Color CSS Codes

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

#6decbc Text Font Color

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

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


#6decbc Background Color

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

This div background color is #6decbc


#6decbc Border Color

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

This div border color is #6decbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6decbc


Comments

No comments written yet.

Please login to write comment.