Color Hex Logo

#6ebfde Color Hex

#6EBFDE
(110,191,222)
0 Favorites   0 Comments

Color spaces of #6ebfde

RGB 110191222
HSL0.550.630.65
HSV197°50°87°
CMYK 0.500.140.00   0.13
XYZ38.246045.850575.9415
Yxy45.85050.23900.2865
Hunter Lab67.7130-17.6765-19.0958
CIE-Lab73.4484-16.4180-23.1443

#6ebfde color RGB value is (110,191,222).

#6ebfde hex color red value is 110, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6ebfde hue: 0.55 , saturation: 0.63 and the lightness value of 6ebfde is 0.65.

The process color (four color CMYK) of #6ebfde color hex is 0.50, 0.14, 0.00, 0.13. Web safe color of #6ebfde is #66cccc. Color #6ebfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111111 11011110
Octal 156 277 336
Decimal 110 191 222
Hex 6E BF DE

RGB Percentages of Color #6ebfde

%21.03
%36.52
%42.45

CMYK Percentages of Color #6ebfde

%50
%14
%0
%13

Triadic Colors of #6ebfde

#6ebfde #de6ebf #bfde6e

Analogous Colors of #6ebfde

#6ebfde #6e87de #6edec5

Monochromatic Colors of #6ebfde

#6ebfde

Complementary Color

#6ebfde #de8d6e

#6ebfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebfde Color CSS Codes

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

#6ebfde Text Font Color

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

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


#6ebfde Background Color

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

This div background color is #6ebfde


#6ebfde Border Color

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

This div border color is #6ebfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebfde


Comments

No comments written yet.

Please login to write comment.