Color Hex Logo

#6ebfdd Color Hex

#6EBFDD
(110,191,221)
0 Favorites   0 Comments

Color spaces of #6ebfdd

RGB 110191221
HSL0.550.620.65
HSV196°50°87°
CMYK 0.500.140.00   0.13
XYZ38.112445.797175.2376
Yxy45.79710.23950.2878
Hunter Lab67.6736-17.9011-18.5455
CIE-Lab73.4137-16.6986-22.6545

#6ebfdd color RGB value is (110,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111111 11011101
Octal 156 277 335
Decimal 110 191 221
Hex 6E BF DD

RGB Percentages of Color #6ebfdd

%21.07
%36.59
%42.34

CMYK Percentages of Color #6ebfdd

%50
%14
%0
%13

Triadic Colors of #6ebfdd

#6ebfdd #dd6ebf #bfdd6e

Analogous Colors of #6ebfdd

#6ebfdd #6e88dd #6eddc4

Monochromatic Colors of #6ebfdd

#6ebfdd

Complementary Color

#6ebfdd #dd8c6e

#6ebfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebfdd Color CSS Codes

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

#6ebfdd Text Font Color

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

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


#6ebfdd Background Color

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

This div background color is #6ebfdd


#6ebfdd Border Color

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

This div border color is #6ebfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebfdd


Comments

No comments written yet.

Please login to write comment.