Color Hex Logo

#6cdfbc Color Hex

#6CDFBC
(108,223,188)
0 Favorites   0 Comments

Color spaces of #6cdfbc

RGB 108223188
HSL0.450.640.65
HSV162°52°87°
CMYK 0.520.000.16   0.13
XYZ41.649159.594356.8847
Yxy59.59430.26340.3769
Hunter Lab77.1973-38.792010.3489
CIE-Lab81.6172-40.98927.2254

#6cdfbc color RGB value is (108,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011111 10111100
Octal 154 337 274
Decimal 108 223 188
Hex 6C DF BC

RGB Percentages of Color #6cdfbc

%20.81
%42.97
%36.22

CMYK Percentages of Color #6cdfbc

%52
%0
%16
%13

Triadic Colors of #6cdfbc

#6cdfbc #bc6cdf #dfbc6c

Analogous Colors of #6cdfbc

#6cdfbc #6cc9df #6cdf83

Monochromatic Colors of #6cdfbc

#6cdfbc

Complementary Color

#6cdfbc #df6c8f

#6cdfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdfbc Color CSS Codes

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

#6cdfbc Text Font Color

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

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


#6cdfbc Background Color

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

This div background color is #6cdfbc


#6cdfbc Border Color

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

This div border color is #6cdfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdfbc


Comments

No comments written yet.

Please login to write comment.