Color Hex Logo

#6ebbec Color Hex

#6EBBEC
(110,187,236)
0 Favorites   0 Comments

Color spaces of #6ebbec

RGB 110187236
HSL0.560.770.68
HSV203°53°93°
CMYK 0.530.210.00   0.07
XYZ39.341144.911885.9522
Yxy44.91180.23110.2639
Hunter Lab67.0163-12.4922-29.1314
CIE-Lab72.8338-10.2786-31.6782

#6ebbec color RGB value is (110,187,236).

#6ebbec hex color red value is 110, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6ebbec hue: 0.56 , saturation: 0.77 and the lightness value of 6ebbec is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111011 11101100
Octal 156 273 354
Decimal 110 187 236
Hex 6E BB EC

RGB Percentages of Color #6ebbec

%20.64
%35.08
%44.28

CMYK Percentages of Color #6ebbec

%53
%21
%0
%7

Triadic Colors of #6ebbec

#6ebbec #ec6ebb #bbec6e

Analogous Colors of #6ebbec

#6ebbec #6e7cec #6eecde

Monochromatic Colors of #6ebbec

#6ebbec

Complementary Color

#6ebbec #ec9f6e

#6ebbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebbec Color CSS Codes

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

#6ebbec Text Font Color

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

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


#6ebbec Background Color

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

This div background color is #6ebbec


#6ebbec Border Color

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

This div border color is #6ebbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebbec


Comments

No comments written yet.

Please login to write comment.