Color Hex Logo

#6defeb Color Hex

#6DEFEB
(109,239,235)
0 Favorites   0 Comments

Color spaces of #6defeb

RGB 109239235
HSL0.490.800.68
HSV178°54°94°
CMYK 0.540.000.02   0.06
XYZ52.168670.982489.5487
Yxy70.98240.24530.3337
Hunter Lab84.2511-36.9114-4.0424
CIE-Lab87.4765-36.6389-8.9751

#6defeb color RGB value is (109,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101111 11101011
Octal 155 357 353
Decimal 109 239 235
Hex 6D EF EB

RGB Percentages of Color #6defeb

%18.70
%40.99
%40.31

CMYK Percentages of Color #6defeb

%54
%0
%2
%6

Triadic Colors of #6defeb

#6defeb #eb6def #efeb6d

Analogous Colors of #6defeb

#6defeb #6db2ef #6defaa

Monochromatic Colors of #6defeb

#6defeb

Complementary Color

#6defeb #ef6d71

#6defeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6defeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6defeb Color CSS Codes

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

#6defeb Text Font Color

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

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


#6defeb Background Color

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

This div background color is #6defeb


#6defeb Border Color

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

This div border color is #6defeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6defeb


Comments

No comments written yet.

Please login to write comment.