Color Hex Logo

#6beedc Color Hex

#6BEEDC
(107,238,220)
0 Favorites   0 Comments

Color spaces of #6beedc

RGB 107238220
HSL0.480.790.68
HSV172°55°93°
CMYK 0.550.000.08   0.07
XYZ49.556269.442278.5019
Yxy69.44220.25090.3516
Hunter Lab83.3320-39.67992.4790
CIE-Lab86.7226-40.3401-2.2292

#6beedc color RGB value is (107,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101110 11011100
Octal 153 356 334
Decimal 107 238 220
Hex 6B EE DC

RGB Percentages of Color #6beedc

%18.94
%42.12
%38.94

CMYK Percentages of Color #6beedc

%55
%0
%8
%7

Triadic Colors of #6beedc

#6beedc #dc6bee #eedc6b

Analogous Colors of #6beedc

#6beedc #6bbfee #6bee9b

Monochromatic Colors of #6beedc

#6beedc

Complementary Color

#6beedc #ee6b7d

#6beedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6beedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6beedc Color CSS Codes

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

#6beedc Text Font Color

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

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


#6beedc Background Color

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

This div background color is #6beedc


#6beedc Border Color

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

This div border color is #6beedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6beedc


Comments

No comments written yet.

Please login to write comment.