Color Hex Logo

#cfdc46 Color Hex

#CFDC46
(207,220,70)
0 Favorites   0 Comments

Color spaces of #cfdc46

RGB 20722070
HSL0.180.680.57
HSV65°68°86°
CMYK 0.060.000.68   0.14
XYZ52.430864.894015.5567
Yxy64.89400.39460.4884
Hunter Lab80.5568-24.796844.9400
CIE-Lab84.4291-22.819068.5976

#cfdc46 color RGB value is (207,220,70).

#cfdc46 hex color red value is 207, green value is 220 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cfdc46 hue: 0.18 , saturation: 0.68 and the lightness value of cfdc46 is 0.57.

The process color (four color CMYK) of #cfdc46 color hex is 0.06, 0.00, 0.68, 0.14. Web safe color of #cfdc46 is #cccc33. Color #cfdc46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 01000110
Octal 317 334 106
Decimal 207 220 70
Hex CF DC 46

RGB Percentages of Color #cfdc46

%41.65
%44.27
%14.08

CMYK Percentages of Color #cfdc46

%6
%0
%68
%14

Triadic Colors of #cfdc46

#cfdc46 #46cfdc #dc46cf

Analogous Colors of #cfdc46

#cfdc46 #84dc46 #dc9e46

Monochromatic Colors of #cfdc46

#cfdc46

Complementary Color

#cfdc46 #5346dc

#cfdc46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdc46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdc46 Color CSS Codes

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

#cfdc46 Text Font Color

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

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


#cfdc46 Background Color

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

This div background color is #cfdc46


#cfdc46 Border Color

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

This div border color is #cfdc46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdc46


Comments

No comments written yet.

Please login to write comment.