Color Hex Logo

#6ecbeb Color Hex

#6ECBEB
(110,203,235)
0 Favorites   0 Comments

Color spaces of #6ecbeb

RGB 110203235
HSL0.540.760.68
HSV195°53°92°
CMYK 0.530.140.00   0.08
XYZ42.781752.025086.3843
Yxy52.02500.23610.2871
Hunter Lab72.1284-20.3504-20.5186
CIE-Lab77.2958-18.9508-24.2943

#6ecbeb color RGB value is (110,203,235).

#6ecbeb hex color red value is 110, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6ecbeb hue: 0.54 , saturation: 0.76 and the lightness value of 6ecbeb is 0.68.

The process color (four color CMYK) of #6ecbeb color hex is 0.53, 0.14, 0.00, 0.08. Web safe color of #6ecbeb is #66ccff. Color #6ecbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001011 11101011
Octal 156 313 353
Decimal 110 203 235
Hex 6E CB EB

RGB Percentages of Color #6ecbeb

%20.07
%37.04
%42.88

CMYK Percentages of Color #6ecbeb

%53
%14
%0
%8

Triadic Colors of #6ecbeb

#6ecbeb #eb6ecb #cbeb6e

Analogous Colors of #6ecbeb

#6ecbeb #6e8deb #6eebcd

Monochromatic Colors of #6ecbeb

#6ecbeb

Complementary Color

#6ecbeb #eb8e6e

#6ecbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecbeb Color CSS Codes

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

#6ecbeb Text Font Color

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

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


#6ecbeb Background Color

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

This div background color is #6ecbeb


#6ecbeb Border Color

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

This div border color is #6ecbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecbeb


Comments

No comments written yet.

Please login to write comment.