Color Hex Logo

#6deacc Color Hex

#6DEACC
(109,234,204)
0 Favorites   0 Comments

Color spaces of #6deacc

RGB 109234204
HSL0.460.750.67
HSV166°53°92°
CMYK 0.530.000.13   0.08
XYZ46.628666.456567.4965
Yxy66.45650.25820.3680
Hunter Lab81.5209-40.56247.9745
CIE-Lab85.2287-41.98734.0012

#6deacc color RGB value is (109,234,204).

#6deacc hex color red value is 109, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6deacc hue: 0.46 , saturation: 0.75 and the lightness value of 6deacc is 0.67.

The process color (four color CMYK) of #6deacc color hex is 0.53, 0.00, 0.13, 0.08. Web safe color of #6deacc is #66ffcc. Color #6deacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101010 11001100
Octal 155 352 314
Decimal 109 234 204
Hex 6D EA CC

RGB Percentages of Color #6deacc

%19.93
%42.78
%37.29

CMYK Percentages of Color #6deacc

%53
%0
%13
%8

Triadic Colors of #6deacc

#6deacc #cc6dea #eacc6d

Analogous Colors of #6deacc

#6deacc #6dcaea #6dea8e

Monochromatic Colors of #6deacc

#6deacc

Complementary Color

#6deacc #ea6d8b

#6deacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6deacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6deacc Color CSS Codes

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

#6deacc Text Font Color

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

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


#6deacc Background Color

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

This div background color is #6deacc


#6deacc Border Color

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

This div border color is #6deacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6deacc


Comments

No comments written yet.

Please login to write comment.