Color Hex Logo

#6cdeba Color Hex

#6CDEBA
(108,222,186)
0 Favorites   0 Comments

Color spaces of #6cdeba

RGB 108222186
HSL0.450.630.65
HSV161°51°87°
CMYK 0.510.000.16   0.13
XYZ41.168558.975955.6680
Yxy58.97590.26420.3785
Hunter Lab76.7958-38.702710.7787
CIE-Lab81.2783-40.99527.7980

#6cdeba color RGB value is (108,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011110 10111010
Octal 154 336 272
Decimal 108 222 186
Hex 6C DE BA

RGB Percentages of Color #6cdeba

%20.93
%43.02
%36.05

CMYK Percentages of Color #6cdeba

%51
%0
%16
%13

Triadic Colors of #6cdeba

#6cdeba #ba6cde #deba6c

Analogous Colors of #6cdeba

#6cdeba #6cc9de #6cde81

Monochromatic Colors of #6cdeba

#6cdeba

Complementary Color

#6cdeba #de6c90

#6cdeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdeba Color CSS Codes

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

#6cdeba Text Font Color

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

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


#6cdeba Background Color

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

This div background color is #6cdeba


#6cdeba Border Color

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

This div border color is #6cdeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdeba


Comments

No comments written yet.

Please login to write comment.