Color Hex Logo

#6bdfce Color Hex

#6BDFCE
(107,223,206)
0 Favorites   0 Comments

Color spaces of #6bdfce

RGB 107223206
HSL0.480.640.65
HSV171°52°87°
CMYK 0.520.000.08   0.13
XYZ43.591760.357467.7451
Yxy60.35740.25390.3515
Hunter Lab77.6900-35.80162.6826
CIE-Lab82.0321-36.9626-1.7195

#6bdfce color RGB value is (107,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011111 11001110
Octal 153 337 316
Decimal 107 223 206
Hex 6B DF CE

RGB Percentages of Color #6bdfce

%19.96
%41.60
%38.43

CMYK Percentages of Color #6bdfce

%52
%0
%8
%13

Triadic Colors of #6bdfce

#6bdfce #ce6bdf #dfce6b

Analogous Colors of #6bdfce

#6bdfce #6bb6df #6bdf94

Monochromatic Colors of #6bdfce

#6bdfce

Complementary Color

#6bdfce #df6b7c

#6bdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdfce Color CSS Codes

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

#6bdfce Text Font Color

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

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


#6bdfce Background Color

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

This div background color is #6bdfce


#6bdfce Border Color

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

This div border color is #6bdfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdfce


Comments

No comments written yet.

Please login to write comment.