color codes Logo

#6ce1c4 color codes

#6CE1C4
(108,225,196)
0 Favorites   0 Comments

Color spaces of #6ce1c4

RGB 108225196
HSL0.460.660.65
HSV165°52°88°
CMYK 0.520.000.13   0.12
XYZ43.073461.024161.7332
Yxy61.02410.25970.3680
Hunter Lab78.1179-38.28337.8282
CIE-Lab82.3917-40.04704.1085

#6ce1c4 color RGB value is (108,225,196).

#6ce1c4 hex color red value is 108, green value is 225 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #6ce1c4 hue: 0.46 , saturation: 0.66 and the lightness value of 6ce1c4 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11100001 11000100
Octal 154 341 304
Decimal 108 225 196
Hex 6C E1 C4

RGB Percentages of Color #6ce1c4

%20.42
%42.53
%37.05

CMYK Percentages of Color #6ce1c4

%52
%0
%13
%12

Triadic Colors of #6ce1c4

#6ce1c4 #c46ce1 #e1c46c

Analogous Colors of #6ce1c4

#6ce1c4 #6cc4e1 #6ce18a

Monochromatic Colors of #6ce1c4

#6ce1c4

Complementary Color

#6ce1c4 #e16c89

#6ce1c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ce1c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ce1c4 Color CSS Codes

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

#6ce1c4 Text Font Color

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

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


#6ce1c4 Background Color

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

This div background color is #6ce1c4


#6ce1c4 Border Color

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

This div border color is #6ce1c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ce1c4

#6ce1c4 Color Palettes


Comments

No comments written yet.

Please login to write comment.