Color Hex Logo

#6ebcec Color Hex

#6EBCEC
(110,188,236)
0 Favorites   0 Comments

Color spaces of #6ebcec

RGB 110188236
HSL0.560.770.68
HSV203°53°93°
CMYK 0.530.200.00   0.07
XYZ39.553945.337686.0232
Yxy45.33760.23140.2653
Hunter Lab67.3332-12.9759-28.6142
CIE-Lab73.1136-10.8142-31.2465

#6ebcec color RGB value is (110,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111100 11101100
Octal 156 274 354
Decimal 110 188 236
Hex 6E BC EC

RGB Percentages of Color #6ebcec

%20.60
%35.21
%44.19

CMYK Percentages of Color #6ebcec

%53
%20
%0
%7

Triadic Colors of #6ebcec

#6ebcec #ec6ebc #bcec6e

Analogous Colors of #6ebcec

#6ebcec #6e7dec #6eecdd

Monochromatic Colors of #6ebcec

#6ebcec

Complementary Color

#6ebcec #ec9e6e

#6ebcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebcec Color CSS Codes

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

#6ebcec Text Font Color

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

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


#6ebcec Background Color

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

This div background color is #6ebcec


#6ebcec Border Color

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

This div border color is #6ebcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebcec


Comments

No comments written yet.

Please login to write comment.