Color Hex Logo

#6bdac2 Color Hex

#6BDAC2
(107,218,194)
0 Favorites   0 Comments

Color spaces of #6bdac2

RGB 107218194
HSL0.460.600.64
HSV167°51°85°
CMYK 0.510.000.11   0.15
XYZ40.872457.163659.9184
Yxy57.16360.25880.3619
Hunter Lab75.6066-35.81575.9372
CIE-Lab80.2715-37.56462.0913

#6bdac2 color RGB value is (107,218,194).

#6bdac2 hex color red value is 107, green value is 218 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #6bdac2 hue: 0.46 , saturation: 0.60 and the lightness value of 6bdac2 is 0.64.

The process color (four color CMYK) of #6bdac2 color hex is 0.51, 0.00, 0.11, 0.15. Web safe color of #6bdac2 is #66cccc. Color #6bdac2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011010 11000010
Octal 153 332 302
Decimal 107 218 194
Hex 6B DA C2

RGB Percentages of Color #6bdac2

%20.62
%42.00
%37.38

CMYK Percentages of Color #6bdac2

%51
%0
%11
%15

Triadic Colors of #6bdac2

#6bdac2 #c26bda #dac26b

Analogous Colors of #6bdac2

#6bdac2 #6bbbda #6bda8b

Monochromatic Colors of #6bdac2

#6bdac2

Complementary Color

#6bdac2 #da6b83

#6bdac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdac2 Color CSS Codes

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

#6bdac2 Text Font Color

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

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


#6bdac2 Background Color

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

This div background color is #6bdac2


#6bdac2 Border Color

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

This div border color is #6bdac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdac2


Comments

No comments written yet.

Please login to write comment.