Color Hex Logo

#6bdfcb Color Hex

#6BDFCB
(107,223,203)
0 Favorites   0 Comments

Color spaces of #6bdfcb

RGB 107223203
HSL0.470.640.65
HSV170°52°87°
CMYK 0.520.000.09   0.13
XYZ43.230660.212965.8437
Yxy60.21290.25540.3557
Hunter Lab77.5970-36.34934.0083
CIE-Lab81.9538-37.6928-0.2419

#6bdfcb color RGB value is (107,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011111 11001011
Octal 153 337 313
Decimal 107 223 203
Hex 6B DF CB

RGB Percentages of Color #6bdfcb

%20.08
%41.84
%38.09

CMYK Percentages of Color #6bdfcb

%52
%0
%9
%13

Triadic Colors of #6bdfcb

#6bdfcb #cb6bdf #dfcb6b

Analogous Colors of #6bdfcb

#6bdfcb #6bb9df #6bdf91

Monochromatic Colors of #6bdfcb

#6bdfcb

Complementary Color

#6bdfcb #df6b7f

#6bdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdfcb Color CSS Codes

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

#6bdfcb Text Font Color

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

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


#6bdfcb Background Color

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

This div background color is #6bdfcb


#6bdfcb Border Color

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

This div border color is #6bdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdfcb


Comments

No comments written yet.

Please login to write comment.