Color Hex Logo

#6beede Color Hex

#6BEEDE
(107,238,222)
0 Favorites   0 Comments

Color spaces of #6beede

RGB 107238222
HSL0.480.790.68
HSV173°55°93°
CMYK 0.550.000.07   0.07
XYZ49.822869.548879.9056
Yxy69.54880.25000.3490
Hunter Lab83.3959-39.30251.5686
CIE-Lab86.7751-39.8462-3.2012

#6beede color RGB value is (107,238,222).

#6beede hex color red value is 107, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6beede hue: 0.48 , saturation: 0.79 and the lightness value of 6beede is 0.68.

The process color (four color CMYK) of #6beede color hex is 0.55, 0.00, 0.07, 0.07. Web safe color of #6beede is #66ffcc. Color #6beede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101110 11011110
Octal 153 356 336
Decimal 107 238 222
Hex 6B EE DE

RGB Percentages of Color #6beede

%18.87
%41.98
%39.15

CMYK Percentages of Color #6beede

%55
%0
%7
%7

Triadic Colors of #6beede

#6beede #de6bee #eede6b

Analogous Colors of #6beede

#6beede #6bbdee #6bee9d

Monochromatic Colors of #6beede

#6beede

Complementary Color

#6beede #ee6b7b

#6beede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6beede Color Preview on White Background

Lorem ipsum dolor sit amet.

#6beede Color CSS Codes

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

#6beede Text Font Color

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

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


#6beede Background Color

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

This div background color is #6beede


#6beede Border Color

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

This div border color is #6beede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,238,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6beede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6beede;
  -webkit-box-shadow: 1px 1px 3px 2px #6beede;
  box-shadow:         1px 1px 3px 2px #6beede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,238,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6beede


Comments

No comments written yet.

Please login to write comment.