Color Hex Logo

#6dcada Color Hex

#6DCADA
(109,202,218)
0 Favorites   0 Comments

Color spaces of #6dcada

RGB 109202218
HSL0.520.600.64
HSV189°50°85°
CMYK 0.500.070.00   0.15
XYZ40.082150.554273.9751
Yxy50.55420.24350.3071
Hunter Lab71.1015-23.8016-11.9152
CIE-Lab76.4082-23.3605-16.4970

#6dcada color RGB value is (109,202,218).

#6dcada hex color red value is 109, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6dcada hue: 0.52 , saturation: 0.60 and the lightness value of 6dcada is 0.64.

The process color (four color CMYK) of #6dcada color hex is 0.50, 0.07, 0.00, 0.15. Web safe color of #6dcada is #66cccc. Color #6dcada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001010 11011010
Octal 155 312 332
Decimal 109 202 218
Hex 6D CA DA

RGB Percentages of Color #6dcada

%20.60
%38.19
%41.21

CMYK Percentages of Color #6dcada

%50
%7
%0
%15

Triadic Colors of #6dcada

#6dcada #da6dca #cada6d

Analogous Colors of #6dcada

#6dcada #6d94da #6ddab4

Monochromatic Colors of #6dcada

#6dcada

Complementary Color

#6dcada #da7d6d

#6dcada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcada Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcada Color CSS Codes

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

#6dcada Text Font Color

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

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


#6dcada Background Color

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

This div background color is #6dcada


#6dcada Border Color

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

This div border color is #6dcada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcada


Comments

No comments written yet.

Please login to write comment.