Color Hex Logo

#6ebbed Color Hex

#6EBBED
(110,187,237)
0 Favorites   0 Comments

Color spaces of #6ebbed

RGB 110187237
HSL0.570.780.68
HSV204°54°93°
CMYK 0.540.210.00   0.07
XYZ39.486844.970186.7197
Yxy44.97010.23070.2627
Hunter Lab67.0597-12.2484-29.7303
CIE-Lab72.8722-9.9848-32.1605

#6ebbed color RGB value is (110,187,237).

#6ebbed hex color red value is 110, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6ebbed hue: 0.57 , saturation: 0.78 and the lightness value of 6ebbed is 0.68.

The process color (four color CMYK) of #6ebbed color hex is 0.54, 0.21, 0.00, 0.07. Web safe color of #6ebbed is #66ccff. Color #6ebbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111011 11101101
Octal 156 273 355
Decimal 110 187 237
Hex 6E BB ED

RGB Percentages of Color #6ebbed

%20.60
%35.02
%44.38

CMYK Percentages of Color #6ebbed

%54
%21
%0
%7

Triadic Colors of #6ebbed

#6ebbed #ed6ebb #bbed6e

Analogous Colors of #6ebbed

#6ebbed #6e7ced #6eede0

Monochromatic Colors of #6ebbed

#6ebbed

Complementary Color

#6ebbed #eda06e

#6ebbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebbed Color CSS Codes

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

#6ebbed Text Font Color

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

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


#6ebbed Background Color

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

This div background color is #6ebbed


#6ebbed Border Color

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

This div border color is #6ebbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebbed


Comments

No comments written yet.

Please login to write comment.