Color Hex Logo

#6ebede Color Hex

#6EBEDE
(110,190,222)
0 Favorites   0 Comments

Color spaces of #6ebede

RGB 110190222
HSL0.550.630.65
HSV197°50°87°
CMYK 0.500.140.00   0.13
XYZ38.028745.415875.8690
Yxy45.41580.23870.2851
Hunter Lab67.3912-17.2076-19.5748
CIE-Lab73.1648-15.8961-23.5768

#6ebede color RGB value is (110,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111110 11011110
Octal 156 276 336
Decimal 110 190 222
Hex 6E BE DE

RGB Percentages of Color #6ebede

%21.07
%36.40
%42.53

CMYK Percentages of Color #6ebede

%50
%14
%0
%13

Triadic Colors of #6ebede

#6ebede #de6ebe #bede6e

Analogous Colors of #6ebede

#6ebede #6e86de #6edec6

Monochromatic Colors of #6ebede

#6ebede

Complementary Color

#6ebede #de8e6e

#6ebede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebede Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebede Color CSS Codes

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

#6ebede Text Font Color

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

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


#6ebede Background Color

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

This div background color is #6ebede


#6ebede Border Color

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

This div border color is #6ebede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebede


Comments

No comments written yet.

Please login to write comment.