Color Hex Logo

#6ebfeb Color Hex

#6EBFEB
(110,191,235)
0 Favorites   0 Comments

Color spaces of #6ebfeb

RGB 110191235
HSL0.560.760.68
HSV201°53°92°
CMYK 0.530.190.00   0.08
XYZ40.056646.574885.4759
Yxy46.57480.23270.2706
Hunter Lab68.2457-14.6601-26.4871
CIE-Lab73.9170-12.7021-29.4685

#6ebfeb color RGB value is (110,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111111 11101011
Octal 156 277 353
Decimal 110 191 235
Hex 6E BF EB

RGB Percentages of Color #6ebfeb

%20.52
%35.63
%43.84

CMYK Percentages of Color #6ebfeb

%53
%19
%0
%8

Triadic Colors of #6ebfeb

#6ebfeb #eb6ebf #bfeb6e

Analogous Colors of #6ebfeb

#6ebfeb #6e81eb #6eebd9

Monochromatic Colors of #6ebfeb

#6ebfeb

Complementary Color

#6ebfeb #eb9a6e

#6ebfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebfeb Color CSS Codes

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

#6ebfeb Text Font Color

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

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


#6ebfeb Background Color

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

This div background color is #6ebfeb


#6ebfeb Border Color

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

This div border color is #6ebfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebfeb


Comments

No comments written yet.

Please login to write comment.