Color Hex Logo

#6ebddd Color Hex

#6EBDDD
(110,189,221)
0 Favorites   0 Comments

Color spaces of #6ebddd

RGB 110189221
HSL0.550.620.65
HSV197°50°87°
CMYK 0.500.140.00   0.13
XYZ37.679144.930675.0932
Yxy44.93060.23890.2849
Hunter Lab67.0303-16.9645-19.5006
CIE-Lab72.8462-15.6550-23.5198

#6ebddd color RGB value is (110,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111101 11011101
Octal 156 275 335
Decimal 110 189 221
Hex 6E BD DD

RGB Percentages of Color #6ebddd

%21.15
%36.35
%42.50

CMYK Percentages of Color #6ebddd

%50
%14
%0
%13

Triadic Colors of #6ebddd

#6ebddd #dd6ebd #bddd6e

Analogous Colors of #6ebddd

#6ebddd #6e86dd #6eddc6

Monochromatic Colors of #6ebddd

#6ebddd

Complementary Color

#6ebddd #dd8e6e

#6ebddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebddd Color CSS Codes

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

#6ebddd Text Font Color

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

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


#6ebddd Background Color

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

This div background color is #6ebddd


#6ebddd Border Color

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

This div border color is #6ebddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebddd


Comments

No comments written yet.

Please login to write comment.