Color Hex Logo

#6befbd Color Hex

#6BEFBD
(107,239,189)
0 Favorites   0 Comments

Color spaces of #6befbd

RGB 107239189
HSL0.440.800.68
HSV157°55°94°
CMYK 0.550.000.21   0.06
XYZ46.115268.532958.9418
Yxy68.53290.26570.3948
Hunter Lab82.7846-45.439515.7353
CIE-Lab86.2722-47.937713.3326

#6befbd color RGB value is (107,239,189).

#6befbd hex color red value is 107, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6befbd hue: 0.44 , saturation: 0.80 and the lightness value of 6befbd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101111 10111101
Octal 153 357 275
Decimal 107 239 189
Hex 6B EF BD

RGB Percentages of Color #6befbd

%20.00
%44.67
%35.33

CMYK Percentages of Color #6befbd

%55
%0
%21
%6

Triadic Colors of #6befbd

#6befbd #bd6bef #efbd6b

Analogous Colors of #6befbd

#6befbd #6bdfef #6bef7b

Monochromatic Colors of #6befbd

#6befbd

Complementary Color

#6befbd #ef6b9d

#6befbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6befbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6befbd Color CSS Codes

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

#6befbd Text Font Color

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

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


#6befbd Background Color

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

This div background color is #6befbd


#6befbd Border Color

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

This div border color is #6befbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6befbd


Comments

No comments written yet.

Please login to write comment.