Color Hex Logo

#6dbcdc Color Hex

#6DBCDC
(109,188,220)
0 Favorites   0 Comments

Color spaces of #6dbcdc

RGB 109188220
HSL0.550.610.65
HSV197°50°86°
CMYK 0.500.150.00   0.14
XYZ37.208244.385074.3162
Yxy44.38500.23870.2847
Hunter Lab66.6221-16.8970-19.5019
CIE-Lab72.4851-15.6351-23.5308

#6dbcdc color RGB value is (109,188,220).

#6dbcdc hex color red value is 109, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6dbcdc hue: 0.55 , saturation: 0.61 and the lightness value of 6dbcdc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111100 11011100
Octal 155 274 334
Decimal 109 188 220
Hex 6D BC DC

RGB Percentages of Color #6dbcdc

%21.08
%36.36
%42.55

CMYK Percentages of Color #6dbcdc

%50
%15
%0
%14

Triadic Colors of #6dbcdc

#6dbcdc #dc6dbc #bcdc6d

Analogous Colors of #6dbcdc

#6dbcdc #6d85dc #6ddcc5

Monochromatic Colors of #6dbcdc

#6dbcdc

Complementary Color

#6dbcdc #dc8d6d

#6dbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbcdc Color CSS Codes

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

#6dbcdc Text Font Color

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

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


#6dbcdc Background Color

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

This div background color is #6dbcdc


#6dbcdc Border Color

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

This div border color is #6dbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbcdc


Comments

No comments written yet.

Please login to write comment.