Color Hex Logo

#6bdfcf Color Hex

#6BDFCF
(107,223,207)
0 Favorites   0 Comments

Color spaces of #6bdfcf

RGB 107223207
HSL0.480.640.65
HSV172°52°87°
CMYK 0.520.000.07   0.13
XYZ43.713660.406168.3871
Yxy60.40610.25340.3502
Hunter Lab77.7214-35.61682.2356
CIE-Lab82.0584-36.7171-2.2117

#6bdfcf color RGB value is (107,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011111 11001111
Octal 153 337 317
Decimal 107 223 207
Hex 6B DF CF

RGB Percentages of Color #6bdfcf

%19.93
%41.53
%38.55

CMYK Percentages of Color #6bdfcf

%52
%0
%7
%13

Triadic Colors of #6bdfcf

#6bdfcf #cf6bdf #dfcf6b

Analogous Colors of #6bdfcf

#6bdfcf #6bb5df #6bdf95

Monochromatic Colors of #6bdfcf

#6bdfcf

Complementary Color

#6bdfcf #df6b7b

#6bdfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdfcf Color CSS Codes

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

#6bdfcf Text Font Color

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

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


#6bdfcf Background Color

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

This div background color is #6bdfcf


#6bdfcf Border Color

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

This div border color is #6bdfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdfcf


Comments

No comments written yet.

Please login to write comment.