Color Hex Logo

#6bdfbd Color Hex

#6BDFBD
(107,223,189)
0 Favorites   0 Comments

Color spaces of #6bdfbd

RGB 107223189
HSL0.450.640.65
HSV162°52°87°
CMYK 0.520.000.15   0.13
XYZ41.636459.575357.4488
Yxy59.57530.26240.3755
Hunter Lab77.1850-38.78459.9000
CIE-Lab81.6068-40.98316.6768

#6bdfbd color RGB value is (107,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011111 10111101
Octal 153 337 275
Decimal 107 223 189
Hex 6B DF BD

RGB Percentages of Color #6bdfbd

%20.62
%42.97
%36.42

CMYK Percentages of Color #6bdfbd

%52
%0
%15
%13

Triadic Colors of #6bdfbd

#6bdfbd #bd6bdf #dfbd6b

Analogous Colors of #6bdfbd

#6bdfbd #6bc7df #6bdf83

Monochromatic Colors of #6bdfbd

#6bdfbd

Complementary Color

#6bdfbd #df6b8d

#6bdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdfbd Color CSS Codes

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

#6bdfbd Text Font Color

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

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


#6bdfbd Background Color

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

This div background color is #6bdfbd


#6bdfbd Border Color

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

This div border color is #6bdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdfbd


Comments

No comments written yet.

Please login to write comment.