Color Hex Logo

#6dcded Color Hex

#6DCDED
(109,205,237)
0 Favorites   0 Comments

Color spaces of #6dcded

RGB 109205237
HSL0.540.780.68
HSV195°54°93°
CMYK 0.540.140.00   0.07
XYZ43.424153.028388.0676
Yxy53.02830.23530.2874
Hunter Lab72.8205-20.9934-20.7297
CIE-Lab77.8917-19.6110-24.4617

#6dcded color RGB value is (109,205,237).

#6dcded hex color red value is 109, green value is 205 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6dcded hue: 0.54 , saturation: 0.78 and the lightness value of 6dcded is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 11101101
Octal 155 315 355
Decimal 109 205 237
Hex 6D CD ED

RGB Percentages of Color #6dcded

%19.78
%37.21
%43.01

CMYK Percentages of Color #6dcded

%54
%14
%0
%7

Triadic Colors of #6dcded

#6dcded #ed6dcd #cded6d

Analogous Colors of #6dcded

#6dcded #6d8ded #6dedcd

Monochromatic Colors of #6dcded

#6dcded

Complementary Color

#6dcded #ed8d6d

#6dcded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcded Color CSS Codes

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

#6dcded Text Font Color

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

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


#6dcded Background Color

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

This div background color is #6dcded


#6dcded Border Color

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

This div border color is #6dcded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcded


Comments

No comments written yet.

Please login to write comment.