Color Hex Logo

#6befea Color Hex

#6BEFEA
(107,239,234)
0 Favorites   0 Comments

Color spaces of #6befea

RGB 107239234
HSL0.490.800.68
HSV178°55°94°
CMYK 0.550.000.02   0.06
XYZ51.781270.799388.7784
Yxy70.79930.24500.3350
Hunter Lab84.1423-37.4001-3.6571
CIE-Lab87.3874-37.2709-8.5898

#6befea color RGB value is (107,239,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101111 11101010
Octal 153 357 352
Decimal 107 239 234
Hex 6B EF EA

RGB Percentages of Color #6befea

%18.45
%41.21
%40.34

CMYK Percentages of Color #6befea

%55
%0
%2
%6

Triadic Colors of #6befea

#6befea #ea6bef #efea6b

Analogous Colors of #6befea

#6befea #6bb2ef #6befa8

Monochromatic Colors of #6befea

#6befea

Complementary Color

#6befea #ef6b70

#6befea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6befea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6befea Color CSS Codes

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

#6befea Text Font Color

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

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


#6befea Background Color

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

This div background color is #6befea


#6befea Border Color

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

This div border color is #6befea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6befea


Comments

No comments written yet.

Please login to write comment.