Color Hex Logo

#6cdfbd Color Hex

#6CDFBD
(108,223,189)
0 Favorites   0 Comments

Color spaces of #6cdfbd

RGB 108223189
HSL0.450.640.65
HSV162°52°87°
CMYK 0.520.000.15   0.13
XYZ41.757359.637657.4545
Yxy59.63760.26290.3754
Hunter Lab77.2254-38.62599.9469
CIE-Lab81.6408-40.76256.7301

#6cdfbd color RGB value is (108,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011111 10111101
Octal 154 337 275
Decimal 108 223 189
Hex 6C DF BD

RGB Percentages of Color #6cdfbd

%20.77
%42.88
%36.35

CMYK Percentages of Color #6cdfbd

%52
%0
%15
%13

Triadic Colors of #6cdfbd

#6cdfbd #bd6cdf #dfbd6c

Analogous Colors of #6cdfbd

#6cdfbd #6cc8df #6cdf84

Monochromatic Colors of #6cdfbd

#6cdfbd

Complementary Color

#6cdfbd #df6c8e

#6cdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdfbd Color CSS Codes

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

#6cdfbd Text Font Color

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

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


#6cdfbd Background Color

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

This div background color is #6cdfbd


#6cdfbd Border Color

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

This div border color is #6cdfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,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 #6cdfbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdfbd


Comments

No comments written yet.

Please login to write comment.