Color Hex Logo

#6eceeb Color Hex

#6ECEEB
(110,206,235)
0 Favorites   0 Comments

Color spaces of #6eceeb

RGB 110206235
HSL0.540.760.68
HSV194°53°92°
CMYK 0.530.120.00   0.08
XYZ43.497153.455886.6227
Yxy53.45580.23690.2912
Hunter Lab73.1135-21.7543-19.0656
CIE-Lab78.1433-20.4799-23.0032

#6eceeb color RGB value is (110,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001110 11101011
Octal 156 316 353
Decimal 110 206 235
Hex 6E CE EB

RGB Percentages of Color #6eceeb

%19.96
%37.39
%42.65

CMYK Percentages of Color #6eceeb

%53
%12
%0
%8

Triadic Colors of #6eceeb

#6eceeb #eb6ece #ceeb6e

Analogous Colors of #6eceeb

#6eceeb #6e90eb #6eebca

Monochromatic Colors of #6eceeb

#6eceeb

Complementary Color

#6eceeb #eb8b6e

#6eceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eceeb Color CSS Codes

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

#6eceeb Text Font Color

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

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


#6eceeb Background Color

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

This div background color is #6eceeb


#6eceeb Border Color

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

This div border color is #6eceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eceeb


Comments

No comments written yet.

Please login to write comment.