Color Hex Logo

#6cddbe Color Hex

#6CDDBE
(108,221,190)
0 Favorites   0 Comments

Color spaces of #6cddbe

RGB 108221190
HSL0.450.620.65
HSV164°51°87°
CMYK 0.510.000.14   0.13
XYZ41.335158.618857.8512
Yxy58.61880.26190.3715
Hunter Lab76.5629-37.61588.7943
CIE-Lab81.0816-39.63765.3949

#6cddbe color RGB value is (108,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 10111110
Octal 154 335 276
Decimal 108 221 190
Hex 6C DD BE

RGB Percentages of Color #6cddbe

%20.81
%42.58
%36.61

CMYK Percentages of Color #6cddbe

%51
%0
%14
%13

Triadic Colors of #6cddbe

#6cddbe #be6cdd #ddbe6c

Analogous Colors of #6cddbe

#6cddbe #6cc4dd #6cdd86

Monochromatic Colors of #6cddbe

#6cddbe

Complementary Color

#6cddbe #dd6c8b

#6cddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cddbe Color CSS Codes

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

#6cddbe Text Font Color

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

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


#6cddbe Background Color

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

This div background color is #6cddbe


#6cddbe Border Color

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

This div border color is #6cddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cddbe


Comments

No comments written yet.

Please login to write comment.