Color Hex Logo

#6ebbdd Color Hex

#6EBBDD
(110,187,221)
0 Favorites   0 Comments

Color spaces of #6ebbdd

RGB 110187221
HSL0.550.620.65
HSV198°50°87°
CMYK 0.500.150.00   0.13
XYZ37.251944.076174.9508
Yxy44.07610.23840.2820
Hunter Lab66.3898-16.0243-20.4626
CIE-Lab72.2793-14.6052-24.3853

#6ebbdd color RGB value is (110,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111011 11011101
Octal 156 273 335
Decimal 110 187 221
Hex 6E BB DD

RGB Percentages of Color #6ebbdd

%21.24
%36.10
%42.66

CMYK Percentages of Color #6ebbdd

%50
%15
%0
%13

Triadic Colors of #6ebbdd

#6ebbdd #dd6ebb #bbdd6e

Analogous Colors of #6ebbdd

#6ebbdd #6e84dd #6eddc8

Monochromatic Colors of #6ebbdd

#6ebbdd

Complementary Color

#6ebbdd #dd906e

#6ebbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebbdd Color CSS Codes

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

#6ebbdd Text Font Color

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

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


#6ebbdd Background Color

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

This div background color is #6ebbdd


#6ebbdd Border Color

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

This div border color is #6ebbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebbdd


Comments

No comments written yet.

Please login to write comment.