Color Hex Logo

#6cdeca Color Hex

#6CDECA
(108,222,202)
0 Favorites   0 Comments

Color spaces of #6cdeca

RGB 108222202
HSL0.470.630.65
HSV169°51°87°
CMYK 0.510.000.09   0.13
XYZ42.966359.695065.1348
Yxy59.69500.25610.3558
Hunter Lab77.2625-35.94424.1004
CIE-Lab81.6721-37.2640-0.1183

#6cdeca color RGB value is (108,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011110 11001010
Octal 154 336 312
Decimal 108 222 202
Hex 6C DE CA

RGB Percentages of Color #6cdeca

%20.30
%41.73
%37.97

CMYK Percentages of Color #6cdeca

%51
%0
%9
%13

Triadic Colors of #6cdeca

#6cdeca #ca6cde #deca6c

Analogous Colors of #6cdeca

#6cdeca #6cb9de #6cde91

Monochromatic Colors of #6cdeca

#6cdeca

Complementary Color

#6cdeca #de6c80

#6cdeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdeca Color CSS Codes

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

#6cdeca Text Font Color

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

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


#6cdeca Background Color

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

This div background color is #6cdeca


#6cdeca Border Color

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

This div border color is #6cdeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdeca


Comments

No comments written yet.

Please login to write comment.