Color Hex Logo

#6dcdea Color Hex

#6DCDEA
(109,205,234)
0 Favorites   0 Comments

Color spaces of #6dcdea

RGB 109205234
HSL0.540.750.67
HSV194°53°92°
CMYK 0.530.120.00   0.08
XYZ42.989352.854485.7780
Yxy52.85440.23670.2910
Hunter Lab72.7010-21.6769-19.0640
CIE-Lab77.7890-20.4577-23.0098

#6dcdea color RGB value is (109,205,234).

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

The process color (four color CMYK) of #6dcdea color hex is 0.53, 0.12, 0.00, 0.08. Web safe color of #6dcdea is #66ccff. Color #6dcdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 11101010
Octal 155 315 352
Decimal 109 205 234
Hex 6D CD EA

RGB Percentages of Color #6dcdea

%19.89
%37.41
%42.70

CMYK Percentages of Color #6dcdea

%53
%12
%0
%8

Triadic Colors of #6dcdea

#6dcdea #ea6dcd #cdea6d

Analogous Colors of #6dcdea

#6dcdea #6d8fea #6deac9

Monochromatic Colors of #6dcdea

#6dcdea

Complementary Color

#6dcdea #ea8a6d

#6dcdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcdea Color CSS Codes

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

#6dcdea Text Font Color

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

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


#6dcdea Background Color

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

This div background color is #6dcdea


#6dcdea Border Color

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

This div border color is #6dcdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcdea


Comments

No comments written yet.

Please login to write comment.