Color Hex Logo

#cfd466 Color Hex

#CFD466
(207,212,102)
0 Favorites   0 Comments

Color spaces of #cfd466

RGB 207212102
HSL0.170.560.62
HSV63°52°83°
CMYK 0.020.000.52   0.17
XYZ51.673961.311721.6812
Yxy61.31170.38370.4553
Hunter Lab78.3018-19.230238.3943
CIE-Lab82.5460-16.685253.1173

#cfd466 color RGB value is (207,212,102).

#cfd466 hex color red value is 207, green value is 212 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cfd466 hue: 0.17 , saturation: 0.56 and the lightness value of cfd466 is 0.62.

The process color (four color CMYK) of #cfd466 color hex is 0.02, 0.00, 0.52, 0.17. Web safe color of #cfd466 is #cccc66. Color #cfd466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 01100110
Octal 317 324 146
Decimal 207 212 102
Hex CF D4 66

RGB Percentages of Color #cfd466

%39.73
%40.69
%19.58

CMYK Percentages of Color #cfd466

%2
%0
%52
%17

Triadic Colors of #cfd466

#cfd466 #66cfd4 #d466cf

Analogous Colors of #cfd466

#cfd466 #98d466 #d4a266

Monochromatic Colors of #cfd466

#cfd466

Complementary Color

#cfd466 #6b66d4

#cfd466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd466 Color CSS Codes

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

#cfd466 Text Font Color

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

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


#cfd466 Background Color

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

This div background color is #cfd466


#cfd466 Border Color

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

This div border color is #cfd466


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,212,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 #cfd466">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd466


Comments

No comments written yet.

Please login to write comment.