Color Hex Logo

#cff16d Color Hex

#CFF16D
(207,241,109)
0 Favorites   0 Comments

Color spaces of #cff16d

RGB 207241109
HSL0.210.830.69
HSV75°55°95°
CMYK 0.140.000.55   0.05
XYZ59.947777.280126.2250
Yxy77.28010.36680.4728
Hunter Lab87.9091-32.116743.8490
CIE-Lab90.4504-30.044559.0984

#cff16d color RGB value is (207,241,109).

#cff16d hex color red value is 207, green value is 241 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cff16d hue: 0.21 , saturation: 0.83 and the lightness value of cff16d is 0.69.

The process color (four color CMYK) of #cff16d color hex is 0.14, 0.00, 0.55, 0.05. Web safe color of #cff16d is #ccff66. Color #cff16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110001 01101101
Octal 317 361 155
Decimal 207 241 109
Hex CF F1 6D

RGB Percentages of Color #cff16d

%37.16
%43.27
%19.57

CMYK Percentages of Color #cff16d

%14
%0
%55
%5

Triadic Colors of #cff16d

#cff16d #6dcff1 #f16dcf

Analogous Colors of #cff16d

#cff16d #8df16d #f1d16d

Monochromatic Colors of #cff16d

#cff16d

Complementary Color

#cff16d #8f6df1

#cff16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff16d Color CSS Codes

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

#cff16d Text Font Color

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

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


#cff16d Background Color

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

This div background color is #cff16d


#cff16d Border Color

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

This div border color is #cff16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff16d

Related Colors


Comments

No comments written yet.

Please login to write comment.