Color Hex Logo

#6ebbdc Color Hex

#6EBBDC
(110,187,220)
0 Favorites   0 Comments

Color spaces of #6ebbdc

RGB 110187220
HSL0.550.610.65
HSV198°50°86°
CMYK 0.500.150.00   0.14
XYZ37.119044.023074.2510
Yxy44.02300.23890.2833
Hunter Lab66.3498-16.2515-19.9056
CIE-Lab72.2439-14.8879-23.8951

#6ebbdc color RGB value is (110,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111011 11011100
Octal 156 273 334
Decimal 110 187 220
Hex 6E BB DC

RGB Percentages of Color #6ebbdc

%21.28
%36.17
%42.55

CMYK Percentages of Color #6ebbdc

%50
%15
%0
%14

Triadic Colors of #6ebbdc

#6ebbdc #dc6ebb #bbdc6e

Analogous Colors of #6ebbdc

#6ebbdc #6e84dc #6edcc6

Monochromatic Colors of #6ebbdc

#6ebbdc

Complementary Color

#6ebbdc #dc8f6e

#6ebbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebbdc Color CSS Codes

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

#6ebbdc Text Font Color

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

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


#6ebbdc Background Color

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

This div background color is #6ebbdc


#6ebbdc Border Color

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

This div border color is #6ebbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebbdc


Comments

No comments written yet.

Please login to write comment.