Color Hex Logo

#6bedea Color Hex

#6BEDEA
(107,237,234)
0 Favorites   0 Comments

Color spaces of #6bedea

RGB 107237234
HSL0.500.780.67
HSV179°55°93°
CMYK 0.550.000.01   0.07
XYZ51.198969.634788.5843
Yxy69.63470.24450.3325
Hunter Lab83.4474-36.5148-4.5266
CIE-Lab86.8174-36.3505-9.4363

#6bedea color RGB value is (107,237,234).

#6bedea hex color red value is 107, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6bedea hue: 0.50 , saturation: 0.78 and the lightness value of 6bedea is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101101 11101010
Octal 153 355 352
Decimal 107 237 234
Hex 6B ED EA

RGB Percentages of Color #6bedea

%18.51
%41.00
%40.48

CMYK Percentages of Color #6bedea

%55
%0
%1
%7

Triadic Colors of #6bedea

#6bedea #ea6bed #edea6b

Analogous Colors of #6bedea

#6bedea #6bafed #6beda9

Monochromatic Colors of #6bedea

#6bedea

Complementary Color

#6bedea #ed6b6e

#6bedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bedea Color CSS Codes

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

#6bedea Text Font Color

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

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


#6bedea Background Color

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

This div background color is #6bedea


#6bedea Border Color

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

This div border color is #6bedea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,237,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 #6bedea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bedea


Comments

No comments written yet.

Please login to write comment.