Color Hex Logo

#6ebcdc Color Hex

#6EBCDC
(110,188,220)
0 Favorites   0 Comments

Color spaces of #6ebcdc

RGB 110188220
HSL0.550.610.65
HSV197°50°86°
CMYK 0.500.150.00   0.14
XYZ37.331944.448774.3220
Yxy44.44870.23910.2847
Hunter Lab66.6699-16.7209-19.4262
CIE-Lab72.5274-15.4126-23.4624

#6ebcdc color RGB value is (110,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111100 11011100
Octal 156 274 334
Decimal 110 188 220
Hex 6E BC DC

RGB Percentages of Color #6ebcdc

%21.24
%36.29
%42.47

CMYK Percentages of Color #6ebcdc

%50
%15
%0
%14

Triadic Colors of #6ebcdc

#6ebcdc #dc6ebc #bcdc6e

Analogous Colors of #6ebcdc

#6ebcdc #6e85dc #6edcc5

Monochromatic Colors of #6ebcdc

#6ebcdc

Complementary Color

#6ebcdc #dc8e6e

#6ebcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebcdc Color CSS Codes

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

#6ebcdc Text Font Color

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

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


#6ebcdc Background Color

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

This div background color is #6ebcdc


#6ebcdc Border Color

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

This div border color is #6ebcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebcdc


Comments

No comments written yet.

Please login to write comment.