Color Hex Logo

#6defcc Color Hex

#6DEFCC
(109,239,204)
0 Favorites   0 Comments

Color spaces of #6defcc

RGB 109239204
HSL0.460.800.68
HSV164°54°94°
CMYK 0.540.000.15   0.06
XYZ48.072369.343867.9778
Yxy69.34380.25930.3740
Hunter Lab83.2729-42.68219.8911
CIE-Lab86.6740-44.18846.0886

#6defcc color RGB value is (109,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101111 11001100
Octal 155 357 314
Decimal 109 239 204
Hex 6D EF CC

RGB Percentages of Color #6defcc

%19.75
%43.30
%36.96

CMYK Percentages of Color #6defcc

%54
%0
%15
%6

Triadic Colors of #6defcc

#6defcc #cc6def #efcc6d

Analogous Colors of #6defcc

#6defcc #6dd1ef #6def8b

Monochromatic Colors of #6defcc

#6defcc

Complementary Color

#6defcc #ef6d90

#6defcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6defcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6defcc Color CSS Codes

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

#6defcc Text Font Color

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

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


#6defcc Background Color

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

This div background color is #6defcc


#6defcc Border Color

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

This div border color is #6defcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6defcc


Comments

No comments written yet.

Please login to write comment.