Color Hex Logo

#6dcfda Color Hex

#6DCFDA
(109,207,218)
0 Favorites   0 Comments

Color spaces of #6dcfda

RGB 109207218
HSL0.520.600.64
HSV186°50°85°
CMYK 0.500.050.00   0.15
XYZ41.274452.938874.3725
Yxy52.93880.24480.3140
Hunter Lab72.7591-26.0697-9.6734
CIE-Lab77.8389-25.8457-14.3446

#6dcfda color RGB value is (109,207,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001111 11011010
Octal 155 317 332
Decimal 109 207 218
Hex 6D CF DA

RGB Percentages of Color #6dcfda

%20.41
%38.76
%40.82

CMYK Percentages of Color #6dcfda

%50
%5
%0
%15

Triadic Colors of #6dcfda

#6dcfda #da6dcf #cfda6d

Analogous Colors of #6dcfda

#6dcfda #6d99da #6ddaaf

Monochromatic Colors of #6dcfda

#6dcfda

Complementary Color

#6dcfda #da786d

#6dcfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcfda Color CSS Codes

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

#6dcfda Text Font Color

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

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


#6dcfda Background Color

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

This div background color is #6dcfda


#6dcfda Border Color

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

This div border color is #6dcfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcfda


Comments

No comments written yet.

Please login to write comment.