Color Hex Logo

#6decea Color Hex

#6DECEA
(109,236,234)
0 Favorites   0 Comments

Color spaces of #6decea

RGB 109236234
HSL0.500.770.68
HSV179°54°93°
CMYK 0.540.000.01   0.07
XYZ51.153469.182688.4994
Yxy69.18260.24490.3313
Hunter Lab83.1761-35.7804-4.8613
CIE-Lab86.5944-35.5098-9.7612

#6decea color RGB value is (109,236,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101100 11101010
Octal 155 354 352
Decimal 109 236 234
Hex 6D EC EA

RGB Percentages of Color #6decea

%18.83
%40.76
%40.41

CMYK Percentages of Color #6decea

%54
%0
%1
%7

Triadic Colors of #6decea

#6decea #ea6dec #ecea6d

Analogous Colors of #6decea

#6decea #6dafec #6decab

Monochromatic Colors of #6decea

#6decea

Complementary Color

#6decea #ec6d6f

#6decea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6decea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6decea Color CSS Codes

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

#6decea Text Font Color

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

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


#6decea Background Color

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

This div background color is #6decea


#6decea Border Color

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

This div border color is #6decea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6decea


Comments

No comments written yet.

Please login to write comment.