Color Hex Logo

#6edbe7 Color Hex

#6EDBE7
(110,219,231)
0 Favorites   0 Comments

Color spaces of #6edbe7

RGB 110219231
HSL0.520.720.67
HSV186°52°91°
CMYK 0.520.050.00   0.09
XYZ46.185759.747684.6995
Yxy59.74760.24230.3134
Hunter Lab77.2966-28.6129-10.8608
CIE-Lab81.7008-28.0332-15.4878

#6edbe7 color RGB value is (110,219,231).

#6edbe7 hex color red value is 110, green value is 219 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #6edbe7 hue: 0.52 , saturation: 0.72 and the lightness value of 6edbe7 is 0.67.

The process color (four color CMYK) of #6edbe7 color hex is 0.52, 0.05, 0.00, 0.09. Web safe color of #6edbe7 is #66ccff. Color #6edbe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011011 11100111
Octal 156 333 347
Decimal 110 219 231
Hex 6E DB E7

RGB Percentages of Color #6edbe7

%19.64
%39.11
%41.25

CMYK Percentages of Color #6edbe7

%52
%5
%0
%9

Triadic Colors of #6edbe7

#6edbe7 #e76edb #dbe76e

Analogous Colors of #6edbe7

#6edbe7 #6e9fe7 #6ee7b7

Monochromatic Colors of #6edbe7

#6edbe7

Complementary Color

#6edbe7 #e77a6e

#6edbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edbe7 Color CSS Codes

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

#6edbe7 Text Font Color

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

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


#6edbe7 Background Color

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

This div background color is #6edbe7


#6edbe7 Border Color

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

This div border color is #6edbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edbe7


Comments

No comments written yet.

Please login to write comment.