Color Hex Logo

#c3e166 Color Hex

#C3E166
(195,225,102)
0 Favorites   0 Comments

Color spaces of #c3e166

RGB 195225102
HSL0.210.670.64
HSV75°55°88°
CMYK 0.130.000.55   0.12
XYZ51.829266.411822.6575
Yxy66.41180.36780.4713
Hunter Lab81.4934-29.088940.5611
CIE-Lab85.2060-27.742355.9762

#c3e166 color RGB value is (195,225,102).

#c3e166 hex color red value is 195, green value is 225 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c3e166 hue: 0.21 , saturation: 0.67 and the lightness value of c3e166 is 0.64.

The process color (four color CMYK) of #c3e166 color hex is 0.13, 0.00, 0.55, 0.12. Web safe color of #c3e166 is #cccc66. Color #c3e166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11100001 01100110
Octal 303 341 146
Decimal 195 225 102
Hex C3 E1 66

RGB Percentages of Color #c3e166

%37.36
%43.10
%19.54

CMYK Percentages of Color #c3e166

%13
%0
%55
%12

Triadic Colors of #c3e166

#c3e166 #66c3e1 #e166c3

Analogous Colors of #c3e166

#c3e166 #86e166 #e1c266

Monochromatic Colors of #c3e166

#c3e166

Complementary Color

#c3e166 #8466e1

#c3e166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3e166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3e166 Color CSS Codes

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

#c3e166 Text Font Color

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

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


#c3e166 Background Color

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

This div background color is #c3e166


#c3e166 Border Color

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

This div border color is #c3e166


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,225,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3e166; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3e166;
  -webkit-box-shadow: 1px 1px 3px 2px #c3e166;
  box-shadow:         1px 1px 3px 2px #c3e166; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3e166


Comments

No comments written yet.

Please login to write comment.