Color Hex Logo

#6bdfc0 Color Hex

#6BDFC0
(107,223,192)
0 Favorites   0 Comments

Color spaces of #6bdfc0

RGB 107223192
HSL0.460.640.65
HSV164°52°87°
CMYK 0.520.000.14   0.13
XYZ41.965559.706959.1819
Yxy59.70690.26090.3712
Hunter Lab77.2702-38.27958.6785
CIE-Lab81.6786-40.29485.1916

#6bdfc0 color RGB value is (107,223,192).

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

The process color (four color CMYK) of #6bdfc0 color hex is 0.52, 0.00, 0.14, 0.13. Web safe color of #6bdfc0 is #66cccc. Color #6bdfc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011111 11000000
Octal 153 337 300
Decimal 107 223 192
Hex 6B DF C0

RGB Percentages of Color #6bdfc0

%20.50
%42.72
%36.78

CMYK Percentages of Color #6bdfc0

%52
%0
%14
%13

Triadic Colors of #6bdfc0

#6bdfc0 #c06bdf #dfc06b

Analogous Colors of #6bdfc0

#6bdfc0 #6bc4df #6bdf86

Monochromatic Colors of #6bdfc0

#6bdfc0

Complementary Color

#6bdfc0 #df6b8a

#6bdfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdfc0 Color CSS Codes

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

#6bdfc0 Text Font Color

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

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


#6bdfc0 Background Color

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

This div background color is #6bdfc0


#6bdfc0 Border Color

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

This div border color is #6bdfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdfc0


Comments

No comments written yet.

Please login to write comment.