Color Hex Logo

#cfe16c Color Hex

#CFE16C
(207,225,108)
0 Favorites   0 Comments

Color spaces of #cfe16c

RGB 207225108
HSL0.190.660.65
HSV69°52°88°
CMYK 0.080.000.52   0.12
XYZ55.364168.198524.4330
Yxy68.19850.37410.4608
Hunter Lab82.5824-24.850940.2660
CIE-Lab86.1056-22.536554.5089

#cfe16c color RGB value is (207,225,108).

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

The process color (four color CMYK) of #cfe16c color hex is 0.08, 0.00, 0.52, 0.12. Web safe color of #cfe16c is #cccc66. Color #cfe16c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 01101100
Octal 317 341 154
Decimal 207 225 108
Hex CF E1 6C

RGB Percentages of Color #cfe16c

%38.33
%41.67
%20.00

CMYK Percentages of Color #cfe16c

%8
%0
%52
%12

Triadic Colors of #cfe16c

#cfe16c #6ccfe1 #e16ccf

Analogous Colors of #cfe16c

#cfe16c #95e16c #e1b96c

Monochromatic Colors of #cfe16c

#cfe16c

Complementary Color

#cfe16c #7e6ce1

#cfe16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe16c Color CSS Codes

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

#cfe16c Text Font Color

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

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


#cfe16c Background Color

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

This div background color is #cfe16c


#cfe16c Border Color

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

This div border color is #cfe16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe16c


Comments

No comments written yet.

Please login to write comment.