Color Hex Logo

#6ebcdd Color Hex

#6EBCDD
(110,188,221)
0 Favorites   0 Comments

Color spaces of #6ebcdd

RGB 110188221
HSL0.550.620.65
HSV198°50°87°
CMYK 0.500.150.00   0.13
XYZ37.464844.501975.0217
Yxy44.50190.23860.2835
Hunter Lab66.7097-16.4948-19.9806
CIE-Lab72.5627-15.1308-23.9524

#6ebcdd color RGB value is (110,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111100 11011101
Octal 156 274 335
Decimal 110 188 221
Hex 6E BC DD

RGB Percentages of Color #6ebcdd

%21.19
%36.22
%42.58

CMYK Percentages of Color #6ebcdd

%50
%15
%0
%13

Triadic Colors of #6ebcdd

#6ebcdd #dd6ebc #bcdd6e

Analogous Colors of #6ebcdd

#6ebcdd #6e85dd #6eddc7

Monochromatic Colors of #6ebcdd

#6ebcdd

Complementary Color

#6ebcdd #dd8f6e

#6ebcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebcdd Color CSS Codes

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

#6ebcdd Text Font Color

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

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


#6ebcdd Background Color

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

This div background color is #6ebcdd


#6ebcdd Border Color

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

This div border color is #6ebcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebcdd


Comments

No comments written yet.

Please login to write comment.