Color Hex Logo

#6bdfd2 Color Hex

#6BDFD2
(107,223,210)
0 Favorites   0 Comments

Color spaces of #6bdfd2

RGB 107223210
HSL0.480.640.65
HSV173°52°87°
CMYK 0.520.000.06   0.13
XYZ44.083960.554370.3374
Yxy60.55430.25190.3461
Hunter Lab77.8166-35.05710.8802
CIE-Lab82.1386-35.9757-3.6865

#6bdfd2 color RGB value is (107,223,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011111 11010010
Octal 153 337 322
Decimal 107 223 210
Hex 6B DF D2

RGB Percentages of Color #6bdfd2

%19.81
%41.30
%38.89

CMYK Percentages of Color #6bdfd2

%52
%0
%6
%13

Triadic Colors of #6bdfd2

#6bdfd2 #d26bdf #dfd26b

Analogous Colors of #6bdfd2

#6bdfd2 #6bb2df #6bdf98

Monochromatic Colors of #6bdfd2

#6bdfd2

Complementary Color

#6bdfd2 #df6b78

#6bdfd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdfd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdfd2 Color CSS Codes

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

#6bdfd2 Text Font Color

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

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


#6bdfd2 Background Color

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

This div background color is #6bdfd2


#6bdfd2 Border Color

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

This div border color is #6bdfd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdfd2


Comments

No comments written yet.

Please login to write comment.