Color Hex Logo

#6cddba Color Hex

#6CDDBA
(108,221,186)
0 Favorites   0 Comments

Color spaces of #6cddba

RGB 108221186
HSL0.450.620.65
HSV161°51°87°
CMYK 0.510.000.16   0.13
XYZ40.903758.446255.5798
Yxy58.44620.26400.3772
Hunter Lab76.4501-38.283510.4108
CIE-Lab80.9862-40.54897.3788

#6cddba color RGB value is (108,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 10111010
Octal 154 335 272
Decimal 108 221 186
Hex 6C DD BA

RGB Percentages of Color #6cddba

%20.97
%42.91
%36.12

CMYK Percentages of Color #6cddba

%51
%0
%16
%13

Triadic Colors of #6cddba

#6cddba #ba6cdd #ddba6c

Analogous Colors of #6cddba

#6cddba #6cc8dd #6cdd82

Monochromatic Colors of #6cddba

#6cddba

Complementary Color

#6cddba #dd6c8f

#6cddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cddba Color CSS Codes

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

#6cddba Text Font Color

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

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


#6cddba Background Color

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

This div background color is #6cddba


#6cddba Border Color

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

This div border color is #6cddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cddba


Comments

No comments written yet.

Please login to write comment.