Color Hex Logo

#6ebedd Color Hex

#6EBEDD
(110,190,221)
0 Favorites   0 Comments

Color spaces of #6ebedd

RGB 110190221
HSL0.550.620.65
HSV197°50°87°
CMYK 0.500.140.00   0.13
XYZ37.895045.362475.1651
Yxy45.36240.23920.2863
Hunter Lab67.3516-17.4333-19.0221
CIE-Lab73.1299-16.1777-23.0870

#6ebedd color RGB value is (110,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111110 11011101
Octal 156 276 335
Decimal 110 190 221
Hex 6E BE DD

RGB Percentages of Color #6ebedd

%21.11
%36.47
%42.42

CMYK Percentages of Color #6ebedd

%50
%14
%0
%13

Triadic Colors of #6ebedd

#6ebedd #dd6ebe #bedd6e

Analogous Colors of #6ebedd

#6ebedd #6e87dd #6eddc5

Monochromatic Colors of #6ebedd

#6ebedd

Complementary Color

#6ebedd #dd8d6e

#6ebedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebedd Color CSS Codes

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

#6ebedd Text Font Color

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

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


#6ebedd Background Color

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

This div background color is #6ebedd


#6ebedd Border Color

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

This div border color is #6ebedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebedd


Comments

No comments written yet.

Please login to write comment.