Color Hex Logo

#6ebdcf Color Hex

#6EBDCF
(110,189,207)
0 Favorites   0 Comments

Color spaces of #6ebdcf

RGB 110189207
HSL0.530.500.62
HSV191°47°81°
CMYK 0.470.090.00   0.19
XYZ35.890544.215265.6742
Yxy44.21520.24620.3033
Hunter Lab66.4945-20.0198-12.0124
CIE-Lab72.3721-19.5179-16.6167

#6ebdcf color RGB value is (110,189,207).

#6ebdcf hex color red value is 110, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6ebdcf hue: 0.53 , saturation: 0.50 and the lightness value of 6ebdcf is 0.62.

The process color (four color CMYK) of #6ebdcf color hex is 0.47, 0.09, 0.00, 0.19. Web safe color of #6ebdcf is #66cccc. Color #6ebdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111101 11001111
Octal 156 275 317
Decimal 110 189 207
Hex 6E BD CF

RGB Percentages of Color #6ebdcf

%21.74
%37.35
%40.91

CMYK Percentages of Color #6ebdcf

%47
%9
%0
%19

Triadic Colors of #6ebdcf

#6ebdcf #cf6ebd #bdcf6e

Analogous Colors of #6ebdcf

#6ebdcf #6e8dcf #6ecfb1

Monochromatic Colors of #6ebdcf

#6ebdcf

Complementary Color

#6ebdcf #cf806e

#6ebdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebdcf Color CSS Codes

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

#6ebdcf Text Font Color

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

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


#6ebdcf Background Color

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

This div background color is #6ebdcf


#6ebdcf Border Color

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

This div border color is #6ebdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebdcf


Comments

No comments written yet.

Please login to write comment.