Color Hex Logo

#6ebfda Color Hex

#6EBFDA
(110,191,218)
0 Favorites   0 Comments

Color spaces of #6ebfda

RGB 110191218
HSL0.540.590.64
HSV195°50°85°
CMYK 0.500.120.00   0.15
XYZ37.716145.638673.1509
Yxy45.63860.24100.2916
Hunter Lab67.5563-18.5687-16.9105
CIE-Lab73.3104-17.5359-21.1826

#6ebfda color RGB value is (110,191,218).

#6ebfda hex color red value is 110, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6ebfda hue: 0.54 , saturation: 0.59 and the lightness value of 6ebfda is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111111 11011010
Octal 156 277 332
Decimal 110 191 218
Hex 6E BF DA

RGB Percentages of Color #6ebfda

%21.19
%36.80
%42.00

CMYK Percentages of Color #6ebfda

%50
%12
%0
%15

Triadic Colors of #6ebfda

#6ebfda #da6ebf #bfda6e

Analogous Colors of #6ebfda

#6ebfda #6e89da #6edabf

Monochromatic Colors of #6ebfda

#6ebfda

Complementary Color

#6ebfda #da896e

#6ebfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebfda Color CSS Codes

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

#6ebfda Text Font Color

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

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


#6ebfda Background Color

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

This div background color is #6ebfda


#6ebfda Border Color

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

This div border color is #6ebfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebfda


Comments

No comments written yet.

Please login to write comment.